Method | Description | |
---|---|---|
EachTagDefinition ( ) : System |
Initializes a new instance of an EachTagDefinition.
|
|
GetChildContext ( |
Gets the context to use when building the inner text of the tag.
|
Method | Description | |
---|---|---|
GetChildTags ( ) : IEnumerable |
Gets the tags that are in scope under this tag.
|
|
GetIsContextSensitive ( ) : bool |
Gets whether the tag only exists within the scope of its parent.
|
|
GetParameters ( ) : IEnumerable |
Gets the parameters that can be passed to the tag.
|
public GetChildContext ( |
||
writer | The text writer passed | |
scope | The current scope. | |
arguments | object>.Dictionary | The arguments passed to the tag. |
return | IEnumerable |