/MvcPartialViewToString

Small code example to render a partial view to a string with ASP.NET MVC

MIT LicenseMIT

MvcPartialViewToString

Small code example to render a partial view to a string with ASP.NET MVC.

There are two files available:

  • BaseController.cs: this file contains an instance method (protected) and can be added to your own base controller class if you have one.

  • ControllerExtensions.cs: this file contains an extension method for the Controller class.

Both files do exactly the same thing, just a different way to call the RenderPartialViewToString method.