C# 클래스 LightNode.Formatter.HtmlContentFormatter

상속: TextContentFormatter
파일 보기 프로젝트 열기: neuecc/LightNode

공개 메소드들

메소드 설명
HtmlContentFormatter ( Encoding encoding, string mediaType = "text/html", string ext = "htm|html" ) : LightNode.Core
HtmlContentFormatter ( string mediaType = "text/html", string ext = "htm|html" ) : LightNode.Core

메소드 상세

HtmlContentFormatter() 공개 메소드

public HtmlContentFormatter ( Encoding encoding, string mediaType = "text/html", string ext = "htm|html" ) : LightNode.Core
encoding System.Text.Encoding
mediaType string
ext string
리턴 LightNode.Core

HtmlContentFormatter() 공개 메소드

public HtmlContentFormatter ( string mediaType = "text/html", string ext = "htm|html" ) : LightNode.Core
mediaType string
ext string
리턴 LightNode.Core