C# Class HtmlKit.HtmlDocTypeToken

An HTML DOCTYPE token.
An HTML DOCTYPE token.
Inheritance: HtmlToken
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
HtmlDocTypeToken ( ) : System

Initializes a new instance of the HtmlDocTypeToken class.

Creates a new HtmlDocTypeToken.

WriteTo ( TextWriter output ) : void

Write the DOCTYPE tag to a System.IO.TextWriter.

Writes the DOCTYPE tag to a System.IO.TextWriter.

Method Details

HtmlDocTypeToken() public méthode

Initializes a new instance of the HtmlDocTypeToken class.
Creates a new HtmlDocTypeToken.
public HtmlDocTypeToken ( ) : System
Résultat System

WriteTo() public méthode

Write the DOCTYPE tag to a System.IO.TextWriter.
Writes the DOCTYPE tag to a System.IO.TextWriter.
/// is null. ///
public WriteTo ( TextWriter output ) : void
output System.IO.TextWriter The output.
Résultat void