HtmlAttributeItem Class

Definition of an Attribute Name and Value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class HtmlAttributeItem : ChangeObjectItem
Inheritance
Object    ChangeObjectItem    HtmlAttributeItem

Constructors

HtmlAttributeItemInitializes a new instance of the HtmlAttributeItem class

Properties

AssignmentSpace Get/Set the space that was found with the assignment.
Name Get/Set the Name of this Item.
Presence Get/Set a value indicating whether this attribute is used for presence-only, as in the case of 'checked'.
PreSpace Get/Set the space preserved prior to the beginning of this item.
Value Get/Set the Value of this Item.

Methods

Clone Return a deep copy of the specified HTML attribute.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetStyle Return the value of the specified style in the provided attribute.
GetStyles Return the list of Name: Value styles as separate entries from the provided style-type attribute.
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
OnPropertyChanged(String) Raises the PropertyChanged event when the value of a property has changed.
(Inherited from ChangeObjectItem)
OnPropertyChanged(Object, PropertyChangeEventArgs) Raises the PropertyChanged event when the value of a property has changed.
(Inherited from ChangeObjectItem)
OnPropertyChanged(String, Object, Object) Raises the PropertyChanged event when the value of a property value has changed.
(Inherited from ChangeObjectItem)
SetStyle Set the value of the specified style in the provided attribute.
ToString Return a string representation of this item.
(Overrides ObjectToString)

Events

PropertyChanged Raised when the value of a property has changed.
(Inherited from ChangeObjectItem)

See Also