Share via


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
Aa567215.pubfield(en-us,EXCHG.80).gifAa567215.static(en-us,EXCHG.80).gif Null The static Null field contains a HtmlTagContextAttribute filled with empty values, which do not map to any attribute.

Top

Public Properties

  Name Description
Aa567215.pubproperty(en-us,EXCHG.80).gif Id The Id property gets an HtmlAttributeId enumeration value indicating the attribute name.
Aa567215.pubproperty(en-us,EXCHG.80).gif IsNull The IsNull property gets a Boolean value indicating whether this HtmlTagContextAttribute object contains meaningful data.
Aa567215.pubproperty(en-us,EXCHG.80).gif Name The Name property gets the name of the attribute stored in this HtmlTagContextAttribute structure.
Aa567215.pubproperty(en-us,EXCHG.80).gif 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
Aa567215.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa567215.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa567215.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa567215.pubmethod(en-us,EXCHG.80).gif ReadValue The ReadValue method reads the attribute value or value part into a character array.
Aa567215.pubmethod(en-us,EXCHG.80).gifAa567215.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa567215.pubmethod(en-us,EXCHG.80).gif ToString Overridden. The ToString method returns a string representation of this HtmlTagContextAttribute object.
Aa567215.pubmethod(en-us,EXCHG.80).gif Write The Write method writes the attribute name and value to the output.
Aa567215.pubmethod(en-us,EXCHG.80).gif WriteName The WriteName method writes the attribute name to the output.
Aa567215.pubmethod(en-us,EXCHG.80).gif WriteValue The WriteValue method writes the attribute value to the output.

Top

Protected Methods

  Name Description
Aa567215.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa567215.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top