Skip to main content
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.v24.2.dll

NuGet Package: DevExpress.Web

#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