ICSSRule.CSSText

ICSSRule.CSSText property

The cssText property of the CSSRule interface returns the actual text of a CSSStyleSheet style-rule.

Note: Do not confuse this property with element-style CSSStyleDeclaration.cssText.

public string CSSText { get; set; }

Property Value

Returns a serialization of the CSS rule. On setting the cssText attribute must do nothing.

See Also