C# 클래스 Hanasu.Core.Utilities.HtmlTextUtility

파일 보기 프로젝트 열기: Amrykid/Hanasu

공개 메소드들

메소드 설명
Decode ( string html ) : string
Encode ( string html ) : string
ExtensionIsWebExtension ( string ext ) : bool
GetHtmlFromUrl2 ( string url ) : Task
GetHtmlFromUrl2 ( string url, bool hasRedirected ) : Task
UrlDecode ( string text ) : string
UrlEncode ( string text ) : string

비공개 메소드들

메소드 설명
HtmlTextUtility ( ) : System
InitializeHtmlDict ( ) : void

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( string html ) : string
html string
리턴 string

Encode() 공개 정적인 메소드

public static Encode ( string html ) : string
html string
리턴 string

ExtensionIsWebExtension() 공개 정적인 메소드

public static ExtensionIsWebExtension ( string ext ) : bool
ext string
리턴 bool

GetHtmlFromUrl2() 공개 정적인 메소드

public static GetHtmlFromUrl2 ( string url ) : Task
url string
리턴 Task

GetHtmlFromUrl2() 공개 정적인 메소드

public static GetHtmlFromUrl2 ( string url, bool hasRedirected ) : Task
url string
hasRedirected bool
리턴 Task

UrlDecode() 공개 정적인 메소드

public static UrlDecode ( string text ) : string
text string
리턴 string

UrlEncode() 공개 정적인 메소드

public static UrlEncode ( string text ) : string
text string
리턴 string