C# Class LightNode.Formatter.HtmlContentFormatter

Inheritance: TextContentFormatter
Exibir arquivo Open project: neuecc/LightNode

Public Methods

Method Description
HtmlContentFormatter ( Encoding encoding, string mediaType = "text/html", string ext = "htm|html" ) : LightNode.Core
HtmlContentFormatter ( string mediaType = "text/html", string ext = "htm|html" ) : LightNode.Core

Method Details

HtmlContentFormatter() public method

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

HtmlContentFormatter() public method

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