C# 클래스 HitProxy.Http.Html

Html string representation. Using this class it safe to mix html and strings. Strings are automatically escaped when combined with html.
파일 보기 프로젝트 열기: hultqvist/HitProxy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HtmlString string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
Escape ( string text ) : Html
Format ( string html ) : Html
GetHashCode ( ) : int
Html ( ) : System
ToString ( ) : string
operator ( ) : Html

비공개 메소드들

메소드 설명
Html ( string rawHtml ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Escape() 공개 정적인 메소드

public static Escape ( string text ) : Html
text string
리턴 Html

Format() 공개 정적인 메소드

public static Format ( string html ) : Html
html string
리턴 Html

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Html() 공개 메소드

public Html ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : Html
리턴 Html

프로퍼티 상세

HtmlString 공개적으로 프로퍼티

public string HtmlString
리턴 string