C# Класс System.Html.CSS

Показать файл Открыть проект

Открытые методы

Метод Описание
Escape ( string ident ) : string
Supports ( string conditionText ) : bool
Supports ( string property, string value ) : bool

Приватные методы

Метод Описание
CSS ( ) : System.Runtime.CompilerServices

Описание методов

Escape() публичный статический Метод

public static Escape ( string ident ) : string
ident string
Результат string

Supports() публичный статический Метод

public static Supports ( string conditionText ) : bool
conditionText string
Результат bool

Supports() публичный статический Метод

public static Supports ( string property, string value ) : bool
property string
value string
Результат bool