C# 클래스 System.Web.HttpUtility

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
HtmlAttributeEncode ( string s ) : string
HtmlAttributeEncode ( string s, System output ) : void
HtmlDecode ( string s ) : string
HtmlDecode ( string s, System output ) : void
HtmlEncode ( object value ) : string
HtmlEncode ( string s ) : string
HtmlEncode ( string s, System output ) : void
JavaScriptStringEncode ( string value ) : string
JavaScriptStringEncode ( string value, bool addDoubleQuotes ) : string
ParseQueryString ( string query ) : System.Collections.Specialized.NameValueCollection
ParseQueryString ( string query, System encoding ) : System.Collections.Specialized.NameValueCollection
UrlDecode ( byte bytes, System e ) : string
UrlDecode ( byte bytes, int offset, int count, System e ) : string
UrlDecode ( string str ) : string
UrlDecode ( string str, System e ) : string
UrlDecodeToBytes ( byte bytes ) : byte[]
UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[]
UrlDecodeToBytes ( string str ) : byte[]
UrlDecodeToBytes ( string str, System e ) : byte[]
UrlEncode ( byte bytes ) : string
UrlEncode ( byte bytes, int offset, int count ) : string
UrlEncode ( string str ) : string
UrlEncode ( string str, System e ) : string
UrlEncodeToBytes ( byte bytes ) : byte[]
UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[]
UrlEncodeToBytes ( string str ) : byte[]
UrlEncodeToBytes ( string str, System e ) : byte[]
UrlPathEncode ( string str ) : string

비공개 메소드들

메소드 설명
UrlEncodeUnicode ( string str ) : string
UrlEncodeUnicodeToBytes ( string str ) : byte[]

메소드 상세

HtmlAttributeEncode() 공개 정적인 메소드

public static HtmlAttributeEncode ( string s ) : string
s string
리턴 string

HtmlAttributeEncode() 공개 정적인 메소드

public static HtmlAttributeEncode ( string s, System output ) : void
s string
output System
리턴 void

HtmlDecode() 공개 정적인 메소드

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

HtmlDecode() 공개 정적인 메소드

public static HtmlDecode ( string s, System output ) : void
s string
output System
리턴 void

HtmlEncode() 공개 정적인 메소드

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

HtmlEncode() 공개 정적인 메소드

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

HtmlEncode() 공개 정적인 메소드

public static HtmlEncode ( string s, System output ) : void
s string
output System
리턴 void

JavaScriptStringEncode() 공개 정적인 메소드

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

JavaScriptStringEncode() 공개 정적인 메소드

public static JavaScriptStringEncode ( string value, bool addDoubleQuotes ) : string
value string
addDoubleQuotes bool
리턴 string

ParseQueryString() 공개 정적인 메소드

public static ParseQueryString ( string query ) : System.Collections.Specialized.NameValueCollection
query string
리턴 System.Collections.Specialized.NameValueCollection

ParseQueryString() 공개 정적인 메소드

public static ParseQueryString ( string query, System encoding ) : System.Collections.Specialized.NameValueCollection
query string
encoding System
리턴 System.Collections.Specialized.NameValueCollection

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( byte bytes, System e ) : string
bytes byte
e System
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( byte bytes, int offset, int count, System e ) : string
bytes byte
offset int
count int
e System
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string str ) : string
str string
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string str, System e ) : string
str string
e System
리턴 string

UrlDecodeToBytes() 공개 정적인 메소드

public static UrlDecodeToBytes ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

UrlDecodeToBytes() 공개 정적인 메소드

public static UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[]
bytes byte
offset int
count int
리턴 byte[]

UrlDecodeToBytes() 공개 정적인 메소드

public static UrlDecodeToBytes ( string str ) : byte[]
str string
리턴 byte[]

UrlDecodeToBytes() 공개 정적인 메소드

public static UrlDecodeToBytes ( string str, System e ) : byte[]
str string
e System
리턴 byte[]

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( byte bytes ) : string
bytes byte
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( byte bytes, int offset, int count ) : string
bytes byte
offset int
count int
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( string str ) : string
str string
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( string str, System e ) : string
str string
e System
리턴 string

UrlEncodeToBytes() 공개 정적인 메소드

public static UrlEncodeToBytes ( byte bytes ) : byte[]
bytes byte
리턴 byte[]

UrlEncodeToBytes() 공개 정적인 메소드

public static UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[]
bytes byte
offset int
count int
리턴 byte[]

UrlEncodeToBytes() 공개 정적인 메소드

public static UrlEncodeToBytes ( string str ) : byte[]
str string
리턴 byte[]

UrlEncodeToBytes() 공개 정적인 메소드

public static UrlEncodeToBytes ( string str, System e ) : byte[]
str string
e System
리턴 byte[]

UrlPathEncode() 공개 정적인 메소드

public static UrlPathEncode ( string str ) : string
str string
리턴 string