Method | Description | |
---|---|---|
ToString ( ) : string |
Method | Description | |
---|---|---|
Parse ( string source, string markup ) : List |
Parses and returns the blocks represented by the specified template markup.
|
Method | Description | |
---|---|---|
Abort ( |
Renders the block's markup to the specified writer in the context of the specified page.
|
|
EnsureValidMarkup ( |
||
GetAttributes ( |
||
GetBinding ( |
||
GetBoolean ( |
||
GetDefaultProperty ( |
||
GetElementMarkup ( |
Gets the markup for the start element tag.
|
|
GetLiteralTokens ( |
||
GetMarkup ( |
Gets the HTML markup for the specified XmlNode.
|
|
GetStringLiteral ( |
||
GetTemplate ( |
Gets the HTML template for the specified XmlNode.
|
|
IsTemplate ( |
Determines whether the given control is a template (should have the sys-template class)
|
|
ParseChildren ( string source, |
Parses the children of the specified element into a list of template blocks.
|
|
ParseChildren ( string source, |
Parses the children of the specified element into a list of template blocks.
|
|
Render ( |
Renders the block to the specified writer in the context of the specified page.
|
|
RenderContextBeginMarker ( Context context, string parentTagName, |
Renders an element that marks the beginning of a template context in rendered HTML.
|
|
RenderContextEndMarker ( Context context, string parentTagName, |
Renders an element that marks the end of a template context in rendered HTML.
|
protected static Parse ( string source, string markup ) : List |
||
source | string | |
markup | string | |
return | List |