Property | Type | Description |
---|
Method | Description | |
---|---|---|
IsValidAttribute ( string attributeName ) : bool |
Determines whether attribute with the specified attribute name is valid.
|
|
ToString ( ) : string | ||
ValidTag ( ) : System | ||
ValidTag ( string tagDefinition ) : System |
Initializes a new instance of the ValidTag class.
|
public IsValidAttribute ( string attributeName ) : bool | ||
attributeName | string | Name of the attribute. |
return | bool |
public ValidTag ( string tagDefinition ) : System | ||
tagDefinition | string | The tag definition, defined as 'tag@att1@att2'. |
return | System |