标签: c# asp.net-mvc views partial-views
在ASP.NET MVC中,哪种方法在执行时间方面更好?
1) @Html.Partial("AuthorPartial") 2) Html.RenderPartial("AuthorPartial")