d3c8dab7 ca3e bb3c 5129 63745a034da1 - autumn009/NestedHtmlWriter GitHub Wiki
NhQuickDocument class constructor Header informations for parameters
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public NhQuickDocument(
TextWriter writer,
string title,
string styleSheetHref,
string styleSheetType,
string languageCode,
NhDocumentType documentType,
string encodingName
)
VB
Public Sub New (
writer As TextWriter,
title As String,
styleSheetHref As String,
styleSheetType As String,
languageCode As String,
documentType As NhDocumentType,
encodingName As String
)
C++
public:
NhQuickDocument(
TextWriter^ writer,
String^ title,
String^ styleSheetHref,
String^ styleSheetType,
String^ languageCode,
NhDocumentType documentType,
String^ encodingName
)
F#
new :
writer : TextWriter *
title : string *
styleSheetHref : string *
styleSheetType : string *
languageCode : string *
documentType : NhDocumentType *
encodingName : string -> NhQuickDocument
- writer
- Type: System.IO.TextWriter
writer for output - title
- Type: System.String
title of document (title element) - styleSheetHref
- Type: System.String
URI of style-sheet. if null, there is no style-sheet - styleSheetType
- Type: System.String
Media Type of style-sheet (esample:text/css) - languageCode
- Type: System.String
Language code for document default. (example:us-EN) - documentType
- Type: NestedHtmlWriter.NhDocumentType
type of document - encodingName
- Type: System.String
IANA charset name for header
if type is NhDocumentType.Xhtml10Strict or NhDocumentType.Xhtml10Transitional, language code will inlcude in lang attribute, as well as xml:lang attribute
NhQuickDocument Class
NhQuickDocument Overload
NestedHtmlWriter Namespace