WebFormViewEngine::CreateView Method
Visual Studio 2010
Creates the specified view by using the specified controller context and the paths of the view and master view.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected: virtual IView^ CreateView( ControllerContext^ controllerContext, String^ viewPath, String^ masterPath ) override
Parameters
- controllerContext
- Type: System.Web.Mvc::ControllerContext
The controller context.
- viewPath
- Type: System::String
The view path.
- masterPath
- Type: System::String
The master-view path.
Community Additions
ADD
Show: