| CSSStyleSheetHeader Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CefSharp.DevTools.CSS
 Syntax
SyntaxThe CSSStyleSheetHeader type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | CSSStyleSheetHeader | Initializes a new instance of the CSSStyleSheetHeader class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Disabled | 
            Denotes whether the stylesheet is disabled.
             | 
|  | EndColumn | 
            Column offset of the end of the stylesheet within the resource (zero based).
             | 
|  | EndLine | 
            Line offset of the end of the stylesheet within the resource (zero based).
             | 
|  | FrameId | 
            Owner frame identifier.
             | 
|  | HasSourceURL | 
            Whether the sourceURL field value comes from the sourceURL comment.
             | 
|  | IsConstructed | 
            Whether this stylesheet is a constructed stylesheet (created using new CSSStyleSheet()).
             | 
|  | IsInline | 
            Whether this stylesheet is created for STYLE tag by parser. This flag is not set for
            document.written STYLE tags.
             | 
|  | IsMutable | 
            Whether this stylesheet is mutable. Inline stylesheets become mutable
            after they have been modified via CSSOM API.
            <link> element's stylesheets become mutable only if DevTools modifies them.
            Constructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.
             | 
|  | Length | 
            Size of the content (in characters).
             | 
|  | Origin | |
|  | OwnerNode | 
            The backend id for the owner node of the stylesheet.
             | 
|  | SourceMapURL | 
            URL of source map associated with the stylesheet (if any).
             | 
|  | SourceURL | 
            Stylesheet resource URL.
             | 
|  | StartColumn | 
            Column offset of the stylesheet within the resource (zero based).
             | 
|  | StartLine | 
            Line offset of the stylesheet within the resource (zero based).
             | 
|  | StyleSheetId | 
            The stylesheet identifier.
             | 
|  | Title | 
            Stylesheet title.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as the default hash function.(Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToDictionary | (Inherited from DevToolsDomainEntityBase.) | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also