C# Class Fu.HttpUtil

Afficher le fichier Open project: chakrit/fu-sharp

Méthodes publiques

Méthode Description
HtmlDecode ( this c, string text ) : string
HtmlEncode ( this c, string text ) : string
UrlDecode ( this c, string text ) : string
UrlEncode ( this c, string text ) : string

Method Details

HtmlDecode() public static méthode

public static HtmlDecode ( this c, string text ) : string
c this
text string
Résultat string

HtmlEncode() public static méthode

public static HtmlEncode ( this c, string text ) : string
c this
text string
Résultat string

UrlDecode() public static méthode

public static UrlDecode ( this c, string text ) : string
c this
text string
Résultat string

UrlEncode() public static méthode

public static UrlEncode ( this c, string text ) : string
c this
text string
Résultat string