C# 클래스 NBoilerpipe.Util.HttpUtility

파일 보기 프로젝트 열기: oganix/NBoilerpipe

공개 메소드들

메소드 설명
HtmlDecode ( string value ) : string
HtmlDecode ( string value, TextWriter output ) : void

메소드 상세

HtmlDecode() 공개 정적인 메소드

public static HtmlDecode ( string value ) : string
value string
리턴 string

HtmlDecode() 공개 정적인 메소드

public static HtmlDecode ( string value, TextWriter output ) : void
value string
output System.IO.TextWriter
리턴 void