ICSSPageRule.SelectorText

ICSSPageRule.SelectorText property

The selectorText property of the CSSPageRule interface gets and sets the selectors associated with the CSSPageRule.

public string SelectorText { get; set; }

Property Value

The selectorText attribute, on getting, must return the result of serializing the associated list of CSS page selectors.

See Also