RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlDocument Class / BaseUri Property

In This Topic
    BaseUri Property (C1HtmlDocument)
    In This Topic
    Gets the base System.Uri of this C1HtmlDocument. Used to resolve relative Uris.
    Syntax
    'Declaration
     
    
    Public Property BaseUri As Uri
    public Uri BaseUri {get; set;}
    See Also