1.0 KiB
1.0 KiB
uid | title | author | description | ms.author | ms.date | ms.assetid | msc.legacyurl | msc.type |
---|---|---|---|---|---|---|---|---|
mvc/videos/mvc-2/how-do-i/aspnet-mvc-2-render-action | ASP.NET MVC 2 - Render Action | Microsoft Docs | jongalloway | In this video you'll learn how to use Html.RenderAction to write the results of a Controller Action to a View. We'll look at how Html.RenderAction differs fr... | riande | 04/22/2010 | 11906982-0a64-4bc8-be23-6443afee8b88 | /mvc/videos/mvc-2/how-do-i/aspnet-mvc-2-render-action | video |
ASP.NET MVC 2 - Render Action
by Jon Galloway
In this video you'll learn how to use Html.RenderAction to write the results of a Controller Action to a View. We'll look at how Html.RenderAction differs from Html.RenderPartial, and how Html.Action differs from Html.RenderAction.