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

Inheritance: VirtualPathProviderViewEngine
Afficher le fichier Open project: drivenet/aspnetwebstack

Méthodes protégées

Méthode Description
CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView

Method Details

CreatePartialView() protected méthode

protected CreatePartialView ( ControllerContext controllerContext, string partialPath ) : IView
controllerContext ControllerContext
partialPath string
Résultat IView

CreateView() protected méthode

protected CreateView ( ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext ControllerContext
viewPath string
masterPath string
Résultat IView