HtmlTagContextAttribute Members
The HtmlTagContextAttribute structure contains information about an attribute in the current HTML tag.
The following tables list the members exposed by the HtmlTagContextAttribute type.
Public Fields
Name | Description | |
---|---|---|
Null | The static Null field contains a HtmlTagContextAttribute filled with empty values, which do not map to any attribute. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
ReadValue | The ReadValue method reads the attribute value or value part into a character array. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. The ToString method returns a string representation of this HtmlTagContextAttribute object. | |
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
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top