Skip to main content
A newer version of this page is available. .
Tab

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.v19.1.dll

Declaration

[DefaultValue("")]
public string PostBackUrl { get; set; }

Property Value

Type Default Description
String String.Empty

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