1.1 KiB
1.1 KiB
uid | title | author | description | ms.author | manager | ms.date | ms.topic | ms.assetid | ms.technology | ms.prod | 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... | aspnetcontent | wpickett | 04/22/2010 | article | 11906982-0a64-4bc8-be23-6443afee8b88 | dotnet-mvc | .net-framework | /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.