C1.Silverlight.RichTextBox.5
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
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.
See Also

Reference

HtmlFilter Class
HtmlFilter Members
Overload List

 

 


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