summaryM:DotNetNuke.Web.Mvc.Framework.ModuleDelegatingViewEngine.FindView(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean)

Namespace: DotNetNuke.Web.Mvc.Framework
Assembly: DotNetNuke.Web.Mvc (in DotNetNuke.Web.Mvc.dll)

Syntax

C#
public ViewEngineResult FindView(
	ControllerContext controllerContext,
	string viewName,
	string masterName,
	bool useCache
)
Visual Basic
Public Function FindView ( 
	controllerContext As ControllerContext,
	viewName As String,
	masterName As String,
	useCache As Boolean
) As ViewEngineResult

Parameters

controllerContext
Type: ControllerContext
paramcontrollerContextM:DotNetNuke.Web.Mvc.Framework.ModuleDelegatingViewEngine.FindView(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean)
viewName
Type: System..::..String
paramviewNameM:DotNetNuke.Web.Mvc.Framework.ModuleDelegatingViewEngine.FindView(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean)
masterName
Type: System..::..String
parammasterNameM:DotNetNuke.Web.Mvc.Framework.ModuleDelegatingViewEngine.FindView(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean)
useCache
Type: System..::..Boolean
paramuseCacheM:DotNetNuke.Web.Mvc.Framework.ModuleDelegatingViewEngine.FindView(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean)

Return Value

returnsM:DotNetNuke.Web.Mvc.Framework.ModuleDelegatingViewEngine.FindView(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean)

Implements

IViewEngineFindView(ControllerContext, String, String, Boolean)

See Also