653b2e8d 2650 6b7c 078c 1ed14344d059 - 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
)
VB
Public Sub New (
writer As TextWriter,
title As String,
styleSheetHref As String,
styleSheetType As String,
languageCode As String,
documentType As NhDocumentType
)
C++
public:
NhQuickDocument(
TextWriter^ writer,
String^ title,
String^ styleSheetHref,
String^ styleSheetType,
String^ languageCode,
NhDocumentType documentType
)
F#
new :
writer : TextWriter *
title : string *
styleSheetHref : string *
styleSheetType : string *
languageCode : string *
documentType : NhDocumentType -> 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
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