C# Class Sage.Views.Meta.ConfigView

Provides a dynamic view of the effective configuration - current project's with extensions merged into it.
Inheritance: MetaView
Show file Open project: igorfrance/sage

Public Methods

Method Description
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.

Method Details

ConfigView() public method

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.
return System

Render() public method

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.
return void