Property | Type | Description | |
---|---|---|---|
TagDefinition | System |
Method | Description | |
---|---|---|
ConsolidateWriter ( |
Consolidates the text in the given writer to a string, using the given arguments as necessary.
|
|
GetChildContext ( |
Gets the context to use when building the inner text of the tag.
|
|
GetText ( |
Applies additional formatting to the inner text of the tag.
|
|
ShouldCreateSecondaryGroup ( |
Requests which generator group to associate the given tag type.
|
|
ShouldGeneratePrimaryGroup ( object>.Dictionary |
Gets whether the group with the given name should have text generated for them.
|
Method | Description | |
---|---|---|
GetChildTags ( ) : IEnumerable |
Specifies which tags are scoped under the current tag.
|
|
GetClosingTags ( ) : IEnumerable |
||
GetHasContent ( ) : bool |
Gets whether tag has content.
|
|
GetIsContextSensitive ( ) : bool |
Gets whether a tag is limited to the parent tag's context.
|
|
GetParameters ( ) : IEnumerable |
Specifies which parameters are passed to the tag.
|
|
TagDefinition ( string tagName ) : System |
Initializes a new instance of a TagDefinition.
|
Method | Description | |
---|---|---|
TagDefinition ( string tagName, bool isBuiltIn ) : System |
Initializes a new instance of a TagDefinition.
|
public ConsolidateWriter ( |
||
writer | The writer containing the text to consolidate. | |
arguments | object>.Dictionary | The arguments passed to the tag. |
return | string |
public GetChildContext ( |
||
writer | The text writer passed | |
scope | The current scope. | |
arguments | object>.Dictionary | The arguments passed to the tag. |
return | IEnumerable |
public GetText ( |
||
writer | The text writer to write to. | |
arguments | object>.Dictionary | The arguments passed to the tag. |
return | void |
public ShouldCreateSecondaryGroup ( |
||
definition | The child tag definition being grouped. | |
return | bool |
public ShouldGeneratePrimaryGroup ( object>.Dictionary |
||
arguments | object>.Dictionary | The arguments passed to the tag. |
return | bool |
protected TagDefinition ( string tagName ) : System | ||
tagName | string | The name of the tag. |
return | System |