CSSValue.CSSText
CSSValue.CSSText property
The cssText property of the CSSValue
interface represents the current computed CSS property value.
Note: This property was part of an attempt to create a typed CSS Object Model. This attempt has been abandoned, and most browsers do not implement it.
public abstract string CSSText { get; set; }
Property Value
A DOMString representing the current CSS property value.
See Also
- class CSSValue
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML