CssEntryItem Class

Individual CSS entry.

Definition

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

Constructors

CssEntryItemInitializes a new instance of the CssEntryItem class

Properties

Attributes Get a reference to the CSS attributes defined within this item.
Selectors Get a reference to the list of selectors for this entry.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Return the string representation of this item.
(Overrides ObjectToString)

See Also