summaryM:DotNetNuke.Web.Mvc.Framework.ViewEngineCollectionExt.FindPartialView(System.Web.Mvc.ViewEngineCollection,System.Web.Mvc.ControllerContext,System.String,System.Boolean)
Namespace: DotNetNuke.Web.Mvc.FrameworkAssembly: DotNetNuke.Web.Mvc (in DotNetNuke.Web.Mvc.dll)
Syntax
C# |
---|
public static ViewEngineResult FindPartialView( this ViewEngineCollection viewEngineCollection, ControllerContext controllerContext, string partialViewName, bool useCache ) |
Visual Basic |
---|
<ExtensionAttribute> Public Shared Function FindPartialView ( viewEngineCollection As ViewEngineCollection, controllerContext As ControllerContext, partialViewName As String, useCache As Boolean ) As ViewEngineResult |
Parameters
- viewEngineCollection
- Type: ViewEngineCollection
paramviewEngineCollectionM:DotNetNuke.Web.Mvc.Framework.ViewEngineCollectionExt.FindPartialView(System.Web.Mvc.ViewEngineCollection,System.Web.Mvc.ControllerContext,System.String,System.Boolean)
- controllerContext
- Type: ControllerContext
paramcontrollerContextM:DotNetNuke.Web.Mvc.Framework.ViewEngineCollectionExt.FindPartialView(System.Web.Mvc.ViewEngineCollection,System.Web.Mvc.ControllerContext,System.String,System.Boolean)
- partialViewName
- Type: System..::..String
parampartialViewNameM:DotNetNuke.Web.Mvc.Framework.ViewEngineCollectionExt.FindPartialView(System.Web.Mvc.ViewEngineCollection,System.Web.Mvc.ControllerContext,System.String,System.Boolean)
- useCache
- Type: System..::..Boolean
paramuseCacheM:DotNetNuke.Web.Mvc.Framework.ViewEngineCollectionExt.FindPartialView(System.Web.Mvc.ViewEngineCollection,System.Web.Mvc.ControllerContext,System.String,System.Boolean)