IKaxToolBarButtonPostBackUrl Property |
Gets or sets the URL of the Web page to post to from the current page when
the button control is clicked.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxstring PostBackUrl { get; set; }
Property PostBackUrl As String
Get
Set
property String^ PostBackUrl {
String^ get ();
void set (String^ value);
}
abstract PostBackUrl : string with get, set
Property Value
Type:
String
The URL of the Web page to post to from the current page when the button
control is clicked.
See Also