VirtualPathProviderViewEngine::FindPartialView Method
Visual Studio 2010
Finds the specified partial view by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual ViewEngineResult^ FindPartialView( ControllerContext^ controllerContext, String^ partialViewName, bool useCache )
Parameters
- controllerContext
- Type: System.Web.Mvc::ControllerContext
The controller context.
- partialViewName
- Type: System::String
The name of the partial view.
- useCache
- Type: System::Boolean
true to use the cached partial view.
Implements
IViewEngine::FindPartialView(ControllerContext, String, Boolean)| Exception | Condition |
|---|---|
| ArgumentNullException | The controllerContext parameter is nullptr (Nothing in Visual Basic). |
| ArgumentException | The partialViewName parameter is nullptr or empty. |
Community Additions
ADD
Show: