SetHtml Method (C1RichTextBox)
In This Topic
Sets the HTML content.
Syntax
'Declaration
Public Sub SetHtml( _
ByVal As String, _
ByVal As Uri _
)
public void SetHtml(
string ,
Uri
)
Parameters
- html
- A string containing HTML content.
- baseUri
- The base System.Uri used to resolve links and image sources.
See Also