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

Represents a view engine configuration
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
ViewEngineInfo ( Type engine, bool xhtmlRendering ) : System

Initializes a new instance of the ViewEngineInfo class.

Method Details

ViewEngineInfo() public méthode

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].
Résultat System