C# Class HtmlKit.HtmlDocTypeToken

An HTML DOCTYPE token.
An HTML DOCTYPE token.
Inheritance: HtmlToken
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Initializes a new instance of the HtmlDocTypeToken class.
Creates a new HtmlDocTypeToken.
public HtmlDocTypeToken ( ) : System
return System

WriteTo() public method

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.
return void