Method | Description | |
---|---|---|
SupportedTagAttribute ( string tagName ) : System |
Initializes a new instance of the SupportedTagAttribute class.
|
|
SupportedTagAttribute ( string tagName, string attributeName, string attributeValue ) : System |
Initializes a new instance of the SupportedTagAttribute class.
|
|
ToString ( ) : string |
public SupportedTagAttribute ( string tagName ) : System | ||
tagName | string | /// Name of the tag. /// |
return | System |
public SupportedTagAttribute ( string tagName, string attributeName, string attributeValue ) : System | ||
tagName | string | /// Name of the tag. /// |
attributeName | string | /// Name of the attribute. /// |
attributeValue | string | /// The attribute value. /// |
return | System |