C# Class Fu.HttpUtil

Exibir arquivo Open project: chakrit/fu-sharp

Public Methods

Method 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 method

public static HtmlDecode ( this c, string text ) : string
c this
text string
return string

HtmlEncode() public static method

public static HtmlEncode ( this c, string text ) : string
c this
text string
return string

UrlDecode() public static method

public static UrlDecode ( this c, string text ) : string
c this
text string
return string

UrlEncode() public static method

public static UrlEncode ( this c, string text ) : string
c this
text string
return string