Gets or sets the URL of the page to post to from the current page when a tab is clicked.
Namespace:
C1.Web.UI.Controls.C1TabStripAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
C# |
---|
[CategoryAttribute("Behavior")] [LayoutAttribute(LayoutType.Behavior)] [EditorAttribute("System.Web.UI.Design.UrlEditor", typeof(UITypeEditor))] [UrlPropertyAttribute("*.aspx")] [DefaultValueAttribute("")] [ThemeableAttribute(false)] [DescriptionAttribute("Gets or sets the URL of the page to post to from the current page when a tab is clicked.")] public virtual string PostBackUrl { get; set; } |
Visual Basic (Declaration) |
---|
<CategoryAttribute("Behavior")> _ <LayoutAttribute(LayoutType.Behavior)> _ <EditorAttribute("System.Web.UI.Design.UrlEditor", GetType(UITypeEditor))> _ <UrlPropertyAttribute("*.aspx")> _ <DefaultValueAttribute("")> _ <ThemeableAttribute(False)> _ <DescriptionAttribute("Gets or sets the URL of the page to post to from the current page when a tab is clicked.")> _ Public Overridable Property PostBackUrl As String Get Set |