C# Class Phun.Templating.TemplateHandler

Template handler.
Inheritance: ITemplateHandler
Afficher le fichier Open project: noogen/phuncms Class Usage Examples

Protected Properties

Свойство Type Description
Utility Phun.Routing.ResourcePathUtility

Méthodes publiques

Méthode Description
CanRender ( Data model ) : bool

Determines whether this instance can render the specified model.

Render ( Data model, IContentConnector connector, System.Web.HttpContextBase httpContext ) : void

Executes the specified model.

TemplateHandler ( ) : System

Initializes a new instance of the TemplateHandler class.

Method Details

CanRender() public méthode

Determines whether this instance can render the specified model.
public CanRender ( Data model ) : bool
model Data The model.
Résultat bool

Render() public méthode

Executes the specified model.
public Render ( Data model, IContentConnector connector, System.Web.HttpContextBase httpContext ) : void
model Data The model.
connector IContentConnector The connector.
httpContext System.Web.HttpContextBase The HTTP context.
Résultat void

TemplateHandler() public méthode

Initializes a new instance of the TemplateHandler class.
public TemplateHandler ( ) : System
Résultat System

Property Details

Utility protected_oe property

The utility
protected ResourcePathUtility,Phun.Routing Utility
Résultat Phun.Routing.ResourcePathUtility