CssAttributeItem Class

Individual CSS attribute specification.

Definition

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

Constructors

CssAttributeItemInitializes a new instance of the CssAttributeItem class

Properties

Name Get/Set the name of the attribute.
Value Get/Set the value of the attribute.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also