IStyleSheet.Type

IStyleSheet.Type property

This specifies the style sheet language for this style sheet. The style sheet language is specified as a content type (e.g. “text/css”).

public string Type { get; }

Property Value

The type attribute must return the type.

Remarks

CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.

Reference

CSS Working Group - The CSS Working Group is the W3C working group chartered to develop Cascading Style Sheets (CSS).CSS Object Model (CSSOM) - CSSOM defines APIs (including generic parsing and serialization rules) for Media Queries, Selectors, and of course CSS itself.CSS Object Model (CSSOM) # dom-stylesheet-type – The CSSOM definition.

See Also