C# Class LightNode.Formatter.HtmlContentFormatter

Inheritance: TextContentFormatter
Afficher le fichier Open project: neuecc/LightNode

Méthodes publiques

Méthode 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 méthode

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

HtmlContentFormatter() public méthode

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