Class ModuleDelegatingViewEngine
Inheritance
ModuleDelegatingViewEngine
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public class ModuleDelegatingViewEngine : IViewEngine
Constructors
ModuleDelegatingViewEngine()
Declaration
public ModuleDelegatingViewEngine()
Methods
FindPartialView(ControllerContext, string, bool)
Declaration
public ViewEngineResult FindPartialView(ControllerContext controllerContext, string partialViewName, bool useCache)
Parameters
| Type |
Name |
Description |
| ControllerContext |
controllerContext |
|
| string |
partialViewName |
|
| bool |
useCache |
|
Returns
| Type |
Description |
| ViewEngineResult |
|
FindView(ControllerContext, string, string, bool)
Declaration
public ViewEngineResult FindView(ControllerContext controllerContext, string viewName, string masterName, bool useCache)
Parameters
| Type |
Name |
Description |
| ControllerContext |
controllerContext |
|
| string |
viewName |
|
| string |
masterName |
|
| bool |
useCache |
|
Returns
| Type |
Description |
| ViewEngineResult |
|
ReleaseView(ControllerContext, IView)
Declaration
public void ReleaseView(ControllerContext controllerContext, IView view)
Parameters
| Type |
Name |
Description |
| ControllerContext |
controllerContext |
|
| IView |
view |
|
Implements
System.Web.Mvc.IViewEngine
Extension Methods