C# Класс Sage.Views.XsltViewEngine

Implements an IViewEngine that creates XSLT views.
Наследование: System.Web.Mvc.VirtualPathProviderViewEngine
Показать файл Открыть проект

Открытые методы

Метод Описание
XsltViewEngine ( ) : System

Initializes a new instance of the XsltViewEngine class.

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

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

Creates the partial view.

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

Creates an IView instance, using the specified controllerContext and viewName.

FileExists ( System.Web.Mvc.ControllerContext controllerContext, string viewName ) : bool

Indicates whether a view exists

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

Метод Описание
GetViewInfo ( System.Web.Mvc.ControllerContext controllerContext, string viewName ) : ViewInfo

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

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

Creates the partial view.
protected CreatePartialView ( System.Web.Mvc.ControllerContext controllerContext, string viewName ) : IView
controllerContext System.Web.Mvc.ControllerContext The controller context for which to create the partial view.
viewName string The name of the partial view to create.
Результат IView

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

Creates an IView instance, using the specified controllerContext and viewName.
protected CreateView ( System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterPath ) : IView
controllerContext System.Web.Mvc.ControllerContext The controller context for which to create the view.
viewName string The controller/action part of the path to the view to create.
masterPath string This parameter is ignored.
Результат IView

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

Indicates whether a view exists
protected FileExists ( System.Web.Mvc.ControllerContext controllerContext, string viewName ) : bool
controllerContext System.Web.Mvc.ControllerContext The controller context for which to find the view.
viewName string The controller/action part of the view path to check.
Результат bool

XsltViewEngine() публичный Метод

Initializes a new instance of the XsltViewEngine class.
public XsltViewEngine ( ) : System
Результат System