public class HtmlAttributeItem : ChangeObjectItem
Public Class HtmlAttributeItem
Inherits ChangeObjectItem
No code example is currently available or this language may not be supported.
HtmlAttributeItem | Initializes a new instance of the HtmlAttributeItem class |
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. |
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) |
PropertyChanged |
Raised when the value of a property has changed.
(Inherited from ChangeObjectItem) |