Interesting point.
I found there are little difference. But there are difference in writing.
@Html.Partial("Viewname"); // returns like a string
@{ Html.RenderPartial("Viewname"); } // returns like a method
while I'm note this learning I don't if there are more difference further.
I found there are little difference. But there are difference in writing.
@Html.Partial("Viewname"); // returns like a string
@{ Html.RenderPartial("Viewname"); } // returns like a method
while I'm note this learning I don't if there are more difference further.
No comments:
Post a Comment