Method CreateCssStyleSheet
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Core.dll
CreateCssStyleSheet(string, string)
Creates a new ICssStyleSheet.
ICssStyleSheet CreateCssStyleSheet(string title, string media)
Parameters
title
stringThe advisory title. See also the Style Sheet Interfaces section.
media
stringThe comma-separated list of media associated with the new style sheet. See also the Style Sheet Interfaces section.
Returns
- ICssStyleSheet
A new CSS style sheet.