C# 클래스 System.Html.CSS

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

공개 메소드들

메소드 설명
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