A newer version of this page is available.
Switch to the current version.
ASPxButton.PostBackUrl Property
Gets or sets the URL of the page to post to from the current page when the button control is clicked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue("")]
public string PostBackUrl { get; set; }
<DefaultValue("")>
Public Property PostBackUrl As String
Property Value
Type | Default | Description |
---|---|---|
String | The URL of the web page to post to from the current page when the button control is clicked. |
Remarks
The PostBackUrl property allows you to perform a cross-page post using the button control.
Refer to the PostBackUrl property description to learn more.
Implements
See Also
Feedback