C# Класс Sage.Views.Meta.DivertView

Causes the original view to use this view's XsltTransform instead.
Наследование: MetaView
Показать файл Открыть проект

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

Метод Описание
DivertView ( MetaViewInfo viewInfo, IView wrapped ) : System

Initializes a new instance of the DivertView class.

Render ( System.Web.Mvc.ViewContext viewContext, TextWriter writer ) : void

Renders the specified view context by using the specified the writer object.

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

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

Initializes a new instance of the DivertView class.
public DivertView ( MetaViewInfo viewInfo, IView wrapped ) : System
viewInfo Sage.Configuration.MetaViewInfo The object that contains definition of this meta view.
wrapped IView The wrapped original view.
Результат System

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

Renders the specified view context by using the specified the writer object.
public Render ( System.Web.Mvc.ViewContext viewContext, TextWriter writer ) : void
viewContext System.Web.Mvc.ViewContext The view context.
writer System.IO.TextWriter The writer object.
Результат void