Property | Type | Description | |
---|---|---|---|
Utility |
Method | 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.
|
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. |
return | void |