C# 클래스 Fu.HttpUtil

파일 보기 프로젝트 열기: chakrit/fu-sharp

공개 메소드들

메소드 설명
HtmlDecode ( this c, string text ) : string
HtmlEncode ( this c, string text ) : string
UrlDecode ( this c, string text ) : string
UrlEncode ( this c, string text ) : string

메소드 상세

HtmlDecode() 공개 정적인 메소드

public static HtmlDecode ( this c, string text ) : string
c this
text string
리턴 string

HtmlEncode() 공개 정적인 메소드

public static HtmlEncode ( this c, string text ) : string
c this
text string
리턴 string

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( this c, string text ) : string
c this
text string
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( this c, string text ) : string
c this
text string
리턴 string