RichTextBox for WinRT
ConvertToDocument(String,Uri) Method


String containing the HTML document.
Base System.Uri used for resolving image references.
Parses a string into a C1Document.
Syntax
'Declaration
 
Public Overloads Function ConvertToDocument( _
   ByVal html As System.String, _
   ByVal baseUri As System.Uri _
) As C1Document
'Usage
 
Dim instance As HtmlFilter
Dim html As System.String
Dim baseUri As System.Uri
Dim value As C1Document
 
value = instance.ConvertToDocument(html, baseUri)
public C1Document ConvertToDocument( 
   System.string html,
   System.Uri baseUri
)

Parameters

html
String containing the HTML document.
baseUri
Base System.Uri used for resolving image references.

Return Value

A C1Document that represents the given string.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HtmlFilter Class
HtmlFilter Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback