In ASP.NET MVC 2 you can use RenderAction
:
<% Html.RenderAction("Feed", "MyController"); %>
Phil Haack wrote a nice blog post about this topic.
Markus Dulghier
2010-05-15 10:44:12
In ASP.NET MVC 2 you can use RenderAction
:
<% Html.RenderAction("Feed", "MyController"); %>
Phil Haack wrote a nice blog post about this topic.