C# Class Castle.MonoRail.Framework.Internal.ViewEngineInfo

Represents a view engine configuration
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
ViewEngineInfo ( Type engine, bool xhtmlRendering ) : System

Initializes a new instance of the ViewEngineInfo class.

Method Details

ViewEngineInfo() public method

Initializes a new instance of the ViewEngineInfo class.
public ViewEngineInfo ( Type engine, bool xhtmlRendering ) : System
engine System.Type The engine.
xhtmlRendering bool if set to true [XHTML rendering].
return System