Méthode | Description | |
---|---|---|
ShouldCreateSecondaryGroup ( |
Gets whether the given tag's generator should be used for a secondary (or substitute) text block.
|
|
ShouldGeneratePrimaryGroup ( object>.Dictionary |
Gets whether the primary generator group should be used to render the tag.
|
Méthode | Description | |
---|---|---|
ConditionTagDefinition ( string tagName ) : System |
Initializes a new instance of a ConditionTagDefinition.
|
|
GetChildTags ( ) : IEnumerable |
Gets the tags that come into scope within the context of the current tag.
|
|
GetParameters ( ) : IEnumerable |
Gets the parameters that can be passed to the tag.
|
Méthode | Description | |
---|---|---|
isConditionSatisfied ( object condition ) : bool |
protected ConditionTagDefinition ( string tagName ) : System | ||
tagName | string | The name of the tag. |
Résultat | System |
public ShouldCreateSecondaryGroup ( |
||
definition | The tag to inspect. | |
Résultat | bool |
public ShouldGeneratePrimaryGroup ( object>.Dictionary |
||
arguments | object>.Dictionary | The arguments passed to the tag. |
Résultat | bool |