InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Html Namespace / HtmlElement Class / Url Property

In This Topic
    Url Property (HtmlElement)
    In This Topic
    Gets or sets the System.String value determining location of the html content to show.
    Syntax
    'Declaration
     
    Public Property Url As String
    public string Url {get; set;}
    See Also