Vendr.Core.Web.Mvc namespace
Public Type | Description |
---|---|
class EmptyController
|
Empty MVC Controller instance used to instantiate and provide a new ControllerContext for the ViewRenderer
|
class ViewRenderer
|
Class that renders MVC views to a string using the standard MVC View Engine to render the view. Requires that ASP.NET HttpContext is present to work, but works outside of the context of MVC
|