HtmlDocument(String, Boolean, Boolean) Constructor
Create a new Instance of the HtmlDocument Item.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public HtmlDocument(
string html,
bool includeComments = true,
bool preserveSpace = false
)
Public Sub New (
html As String,
Optional includeComments As Boolean = true,
Optional preserveSpace As Boolean = false
)
No code example is currently available or this language may not be supported.
Parameters
- html String
-
Html content to preload the Document with while creating.
- includeComments Boolean (Optional)
-
Value indicating whether to include comments in the content.
- preserveSpace Boolean (Optional)
-
Value indicating whether to preserve whitespace throughout the
document.