Html.Action in ASP.NET MVC



Html.Action in ASP.NET MVC

Html.Action in ASP.NET MVC

In this lesson , we use @Html.Action to call four created Action methods

1- Count

2- Max

3- Average

4- Min

in order to display the result in Index View

Comments are closed.