KaxToolBarButtonPostBackUrl Property |
Gets or sets the URL of the page to post to from the current page when the
KaxToolBarButton is clicked.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string PostBackUrl { get; set; }
Public Property PostBackUrl As String
Get
Set
public:
virtual property String^ PostBackUrl {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract PostBackUrl : string with get, set
override PostBackUrl : string with get, set
Property Value
Type:
String
The URL of the Web page to post to from the current page when the
KaxToolBarButton is clicked. The default value is an empty
string (""), which causes the page to post back to itself.
Implements
IKaxToolBarButtonPostBackUrl
See Also