C# 클래스 ExcelToolKit.Util.HttpEncoder

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

공개 프로퍼티들

프로퍼티 타입 설명
InvariantCulture System.Globalization.CultureInfo

Private Properties

프로퍼티 타입 설명
EncodeHeaderString string
GetCustomEncoderFromConfig HttpEncoder
HtmlAttributeEncode string
HtmlDecode string
HtmlEncode string
HttpEncoder System
InitEntities void
NotEncoded bool
StringBuilderAppend void
UrlEncodeChar void
UrlEncodeToBytes byte[]
UrlPathEncodeChar void

보호된 메소드들

메소드 설명
HeaderNameValueEncode ( string headerName, string headerValue, string &encodedHeaderName, string &encodedHeaderValue ) : void
HtmlAttributeEncode ( string value, TextWriter output ) : void
HtmlDecode ( string value, TextWriter output ) : void
HtmlEncode ( string value, TextWriter output ) : void
UrlEncode ( byte bytes, int offset, int count ) : byte[]
UrlPathEncode ( string value ) : string

비공개 메소드들

메소드 설명
EncodeHeaderString ( string input ) : string
GetCustomEncoderFromConfig ( ) : HttpEncoder
HtmlAttributeEncode ( string s ) : string
HtmlDecode ( string s ) : string
HtmlEncode ( string s ) : string
HttpEncoder ( ) : System
InitEntities ( ) : void
NotEncoded ( char c ) : bool
StringBuilderAppend ( string s, StringBuilder &sb ) : void
UrlEncodeChar ( char c, Stream result, bool isUnicode ) : void
UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[]
UrlPathEncodeChar ( char c, Stream result ) : void

메소드 상세

HeaderNameValueEncode() 보호된 메소드

protected HeaderNameValueEncode ( string headerName, string headerValue, string &encodedHeaderName, string &encodedHeaderValue ) : void
headerName string
headerValue string
encodedHeaderName string
encodedHeaderValue string
리턴 void

HtmlAttributeEncode() 보호된 메소드

protected HtmlAttributeEncode ( string value, TextWriter output ) : void
value string
output System.IO.TextWriter
리턴 void

HtmlDecode() 보호된 메소드

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

HtmlEncode() 보호된 메소드

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

UrlEncode() 보호된 메소드

protected UrlEncode ( byte bytes, int offset, int count ) : byte[]
bytes byte
offset int
count int
리턴 byte[]

UrlPathEncode() 보호된 메소드

protected UrlPathEncode ( string value ) : string
value string
리턴 string

프로퍼티 상세

InvariantCulture 공개적으로 정적으로 프로퍼티

public static CultureInfo,System.Globalization InvariantCulture
리턴 System.Globalization.CultureInfo