Method | Description | |
---|---|---|
ContentTagDefinition ( string tagName ) : System |
Initializes a new instance of a ContentTagDefinition.
|
|
GetHasContent ( ) : bool |
Gets or sets whether the tag can have content.
|
Method | Description | |
---|---|---|
ContentTagDefinition ( string tagName, bool isBuiltin ) : System |
Initializes a new instance of a ContentTagDefinition.
|
protected ContentTagDefinition ( string tagName ) : System | ||
tagName | string | The name of the tag being defined. |
return | System |