ComponentOne Tabs for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Tabs Namespace / C1Tabs Class / PostBackUrl Property

In This Topic
    PostBackUrl Property
    In This Topic
    Gets or sets the URL of the page to post to from the current page when a tab is clicked.
    Syntax
    'Declaration
     
    Public Overridable Property PostBackUrl As System.String
    public virtual System.string PostBackUrl {get; set;}
    See Also