Share via


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
Public property Id The Id property gets an HtmlAttributeId enumeration value indicating the attribute name.
Public property IsNull The IsNull property gets a Boolean value indicating whether this HtmlTagContextAttribute object contains meaningful data.
Public property Name The Name property gets the name of the attribute stored in this HtmlTagContextAttribute structure.
Public property Value The Value property gets a string representing the attribute value stored in this HtmlTagContextAttribute structure.

Top

Methods

  Name Description
Public method ReadValue The ReadValue method reads the attribute value or value part into a character array.
Public method ToString The ToString method returns a string representation of this HtmlTagContextAttribute object. (Overrides ValueType.ToString().)
Public method Write The Write method writes the attribute name and value to the output.
Public method WriteName The WriteName method writes the attribute name to the output.
Public method WriteValue The WriteValue method writes the attribute value to the output.

Top

Fields

  Name Description
Public fieldStatic member Null The static Null field contains a HtmlTagContextAttribute filled with empty values, which do not map to any attribute.

Top

See also

Reference

HtmlTagContextAttribute structure

Microsoft.Exchange.Data.TextConverters namespace