C# Класс Zephyr.Web.Mvc.ZephyrViewEngine

MvcSiteMapProviderViewEngine class
Наследование: System.Web.Mvc.VirtualPathProviderViewEngine
Показать файл Открыть проект

Защищенные методы

Метод Описание
CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView

Creates the specified partial view by using the specified controller context.

CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView

Creates the specified view by using the controller context, path of the view, and path of the master view.

Приватные методы

Метод Описание
Register ( ) : void

Registers this instance.

ZephyrViewEngine ( ) : System.Security

Initializes the ZephyrViewEngine class.

Описание методов

CreatePartialView() защищенный Метод

Creates the specified partial view by using the specified controller context.
protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialPath ) : IView
controllerContext System.Web.Mvc.ControllerContext The controller context.
partialPath string The partial path for the new partial view.
Результат IView

CreateView() защищенный Метод

Creates the specified view by using the controller context, path of the view, and path of the master view.
protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewPath, string masterPath ) : IView
controllerContext System.Web.Mvc.ControllerContext The controller context.
viewPath string The path of the view.
masterPath string The path of the master view.
Результат IView