In ASP.NET MVC, which method is better in terms of execution time?
1) @Html.Partial("AuthorPartial")
2) Html.RenderPartial("AuthorPartial")
In ASP.NET MVC, which method is better in terms of execution time?
1) @Html.Partial("AuthorPartial")
2) Html.RenderPartial("AuthorPartial")