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

Provides a dynamic view of the effective configuration - current project's with extensions merged into it.
Наследование: MetaView
Показать файл Открыть проект

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

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

Initializes a new instance of the ConfigView class.

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

Renders the meta view of the view associated with the specified viewContext and writer.

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

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

Initializes a new instance of the ConfigView class.
public ConfigView ( MetaViewInfo viewInfo, IView wrapped ) : System
viewInfo Sage.Configuration.MetaViewInfo The meta view associated with this view.
wrapped IView The actual view that this meta view wraps.
Результат System

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

Renders the meta view of the view associated with the specified viewContext and writer.
public Render ( System.Web.Mvc.ViewContext viewContext, TextWriter writer ) : void
viewContext System.Web.Mvc.ViewContext The view context.
writer System.IO.TextWriter The writer to write to.
Результат void