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

In This Topic
    BaseUri Property
    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