C# Class System.Html.CSS

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Méthodes publiques

Méthode Description
Escape ( string ident ) : string
Supports ( string conditionText ) : bool
Supports ( string property, string value ) : bool

Private Methods

Méthode Description
CSS ( ) : System.Runtime.CompilerServices

Method Details

Escape() public static méthode

public static Escape ( string ident ) : string
ident string
Résultat string

Supports() public static méthode

public static Supports ( string conditionText ) : bool
conditionText string
Résultat bool

Supports() public static méthode

public static Supports ( string property, string value ) : bool
property string
value string
Résultat bool