C# Class NHttp.HttpUtil

Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Méthodes publiques

Méthode Description
HtmlDecode ( string value ) : string
HtmlEncode ( string value ) : string
TrimAll ( string parts ) : void
UriDecode ( string value ) : string
UriDecode ( string value, Encoding encoding ) : string
UrlDecode ( string content ) : string>.Dictionary
UrlDecode ( string content, Encoding encoding ) : string>.Dictionary

Private Methods

Méthode Description
HexToInt ( char value ) : int
HttpUtil ( ) : System
IsHex ( char value ) : bool

Method Details

HtmlDecode() public static méthode

public static HtmlDecode ( string value ) : string
value string
Résultat string

HtmlEncode() public static méthode

public static HtmlEncode ( string value ) : string
value string
Résultat string

TrimAll() public static méthode

public static TrimAll ( string parts ) : void
parts string
Résultat void

UriDecode() public static méthode

public static UriDecode ( string value ) : string
value string
Résultat string

UriDecode() public static méthode

public static UriDecode ( string value, Encoding encoding ) : string
value string
encoding System.Text.Encoding
Résultat string

UrlDecode() public static méthode

public static UrlDecode ( string content ) : string>.Dictionary
content string
Résultat string>.Dictionary

UrlDecode() public static méthode

public static UrlDecode ( string content, Encoding encoding ) : string>.Dictionary
content string
encoding System.Text.Encoding
Résultat string>.Dictionary