System.Web.UI.PostBackOptions.ActionUrl Property

Gets or sets the target URL for the postback of a Web Forms page.

Syntax

[System.ComponentModel.DefaultValue("")]
public string ActionUrl { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PostBackOptions.ActionUrl property of the System.Web.UI.PostBackOptions class specifies the URL for the action attribute of a Web Forms page. The PostBackOptions.ActionUrl property can be used to specify which Web Forms page to post data back to, causing a cross-page post. For more information on cross-page posting, see Cross-Page Posting in an ASP.NET Web Page.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0