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

ErrorsConfigurationSection.ErrorPageUrl Property

Gets or sets the value of the Redirection on a Callback Error configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public string ErrorPageUrl { get; set; }

Property Value

Type Description
String

A string value specifying the required page name.

See Also