C# Class ExcelToolKit.Util.HttpEncoder

Afficher le fichier Open project: fanfeilong/exceltk Class Usage Examples

Méthodes publiques

Свойство Type Description
InvariantCulture System.Globalization.CultureInfo

Private Properties

Свойство Type Description
EncodeHeaderString string
GetCustomEncoderFromConfig HttpEncoder
HtmlAttributeEncode string
HtmlDecode string
HtmlEncode string
HttpEncoder System
InitEntities void
NotEncoded bool
StringBuilderAppend void
UrlEncodeChar void
UrlEncodeToBytes byte[]
UrlPathEncodeChar void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

HeaderNameValueEncode() protected méthode

protected HeaderNameValueEncode ( string headerName, string headerValue, string &encodedHeaderName, string &encodedHeaderValue ) : void
headerName string
headerValue string
encodedHeaderName string
encodedHeaderValue string
Résultat void

HtmlAttributeEncode() protected méthode

protected HtmlAttributeEncode ( string value, TextWriter output ) : void
value string
output System.IO.TextWriter
Résultat void

HtmlDecode() protected méthode

protected HtmlDecode ( string value, TextWriter output ) : void
value string
output System.IO.TextWriter
Résultat void

HtmlEncode() protected méthode

protected HtmlEncode ( string value, TextWriter output ) : void
value string
output System.IO.TextWriter
Résultat void

UrlEncode() protected méthode

protected UrlEncode ( byte bytes, int offset, int count ) : byte[]
bytes byte
offset int
count int
Résultat byte[]

UrlPathEncode() protected méthode

protected UrlPathEncode ( string value ) : string
value string
Résultat string

Property Details

InvariantCulture public_oe static_oe property

public static CultureInfo,System.Globalization InvariantCulture
Résultat System.Globalization.CultureInfo