HtmlTagContextAttribute members
The HtmlTagContextAttribute structure contains information about an attribute in the current HTML tag.
The HtmlTagContextAttribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
Id | The Id property gets an HtmlAttributeId enumeration value indicating the attribute name. | |
IsNull | The IsNull property gets a Boolean value indicating whether this HtmlTagContextAttribute object contains meaningful data. | |
Name | The Name property gets the name of the attribute stored in this HtmlTagContextAttribute structure. | |
Value | The Value property gets a string representing the attribute value stored in this HtmlTagContextAttribute structure. |
Top
Methods
Name | Description | |
---|---|---|
ReadValue | The ReadValue method reads the attribute value or value part into a character array. | |
ToString | The ToString method returns a string representation of this HtmlTagContextAttribute object. (Overrides ValueType.ToString().) | |
Write | The Write method writes the attribute name and value to the output. | |
WriteName | The WriteName method writes the attribute name to the output. | |
WriteValue | The WriteValue method writes the attribute value to the output. |
Top
Fields
Name | Description | |
---|---|---|
Null | The static Null field contains a HtmlTagContextAttribute filled with empty values, which do not map to any attribute. |
Top