C# Class System.Web.Mvc.Test.VirtualPathProviderViewEngineTest.DerivedVirtualPathProviderViewEngine

Inheritance: VirtualPathProviderViewEngine
显示文件 Open project: drivenet/aspnetwebstack

Protected Methods

Method Description
CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView

Method Details

CreatePartialView() protected method

protected CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
controllerContext ControllerContext
partialPath string
return IView

CreateView() protected method

protected CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext ControllerContext
viewPath string
masterPath string
return IView