C# Class System.Html.CSS

Show file Open project: Saltarelle/SaltarelleWeb

Public Methods

Method Description
Escape ( string ident ) : string
Supports ( string conditionText ) : bool
Supports ( string property, string value ) : bool

Private Methods

Method Description
CSS ( ) : System.Runtime.CompilerServices

Method Details

Escape() public static method

public static Escape ( string ident ) : string
ident string
return string

Supports() public static method

public static Supports ( string conditionText ) : bool
conditionText string
return bool

Supports() public static method

public static Supports ( string property, string value ) : bool
property string
value string
return bool