System.Web.UI.HtmlControls Namespace HtmlForm Class
Sets or retrieves the URL of the page that is to process form data on postback.
Inline |
<from action = strUrl ... > |
Script |
HtmlForm.Action [ = strUrl ] |
strUrl |
String specifying the URL to process the form data. |
The property is read/write, the value of which defaults to the current page.
Advanced Web developers can override the default value to post to another location.
CAUTION: The postback routing built into the Web Forms page framework are bypassed if a developer chooses to override this value.
HtmlForm Members