C# 클래스 ManicDigger.WebUtility

Taken from System.Net in 4.0, useful until we move to .NET 4.0 - needed for Client Profile
파일 보기 프로젝트 열기: GlennMR/800Craft-Client

공개 메소드들

메소드 설명
HtmlDecode ( string value ) : string
HtmlDecode ( string value, TextWriter output ) : void
HtmlEncode ( string value ) : string
HtmlEncode ( string value, TextWriter output ) : void

비공개 메소드들

메소드 설명
IndexOfHtmlEncodingChars ( string s, int startPos ) : int

메소드 상세

HtmlDecode() 공개 정적인 메소드

public static HtmlDecode ( string value ) : string
value string
리턴 string

HtmlDecode() 공개 정적인 메소드

public static HtmlDecode ( string value, TextWriter output ) : void
value string
output System.IO.TextWriter
리턴 void

HtmlEncode() 공개 정적인 메소드

public static HtmlEncode ( string value ) : string
value string
리턴 string

HtmlEncode() 공개 정적인 메소드

public static HtmlEncode ( string value, TextWriter output ) : void
value string
output System.IO.TextWriter
리턴 void