33 references to Action
System.Web.Mobile (33)
UI\MobileControls\Adapters\ChtmlPageAdapter.cs (1)
93bool postBack = form.Action.Length == 0;
UI\MobileControls\Adapters\ChtmlSelectionListAdapter.cs (1)
91if (!String.IsNullOrEmpty(Control.Form.Action))
UI\MobileControls\Adapters\HtmlCommandAdapter.cs (1)
69if (form.Action.Length > 0)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (3)
102if (Control.Action.Length > 0) 105String url = Control.ResolveUrl(Control.Action); 356String action = Page.ActiveForm.Action;
UI\MobileControls\Adapters\HtmlPageAdapter.cs (2)
263bool postBack = form.Action.Length == 0; 276if (form.Action.Length > 0)
UI\MobileControls\Adapters\HtmlSelectionListAdapter.cs (3)
237Debug.Assert (String.IsNullOrEmpty(Control.Form.Action), 315if (Page.DesignMode || String.IsNullOrEmpty(Control.Form.Action)) 333if (Control.IsMultiSelect || Control.Form.Action.Length > 0 || !IsViewStateEnabled())
UI\MobileControls\Adapters\HtmlTextBoxAdapter.cs (1)
101if (Control.Form.Action.Length > 0 || (!IsViewStateEnabled() && Control.Text != _staticValue))
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (2)
791if (CurrentForm.Action.Length > 0) 968String url = CurrentForm.Action;
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (3)
635externalSubmit = CurrentForm.Action.Length > 0; 848String url = CurrentForm.Action; 1338if (postBackType != WmlPostFieldType.Submit || CurrentForm.Action.Length == 0)
UI\MobileControls\Adapters\WmlSelectionListAdapter.cs (3)
121bool crossPagePost = !String.IsNullOrEmpty(Control.Form.Action); 171Debug.Assert (String.IsNullOrEmpty(Control.Form.Action), 270if (Control.Form.Action.Length > 0 || !IsViewStateEnabled())
UI\MobileControls\Adapters\WmlTextBoxAdapter.cs (1)
119if (Control.Form.Action.Length > 0 || (!IsViewStateEnabled() && Control.Text != _staticValue))
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (7)
52if(Control.Action.Length > 0) { 53if(Control.Action.IndexOf("?", StringComparison.Ordinal) != -1) { 66Control.Action.Length == 0) { // VSWhidbey 411176: We don't include QueryStringText if Action is explicitly set 117bool postBack = Page.ActiveForm.Action.Length == 0; 374if (Control.Action.Length > 0) { 375String url = Control.ResolveUrl(PreprocessQueryString(Control.Action)); 384String url = PreprocessQueryString(Control.Action);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPageAdapter.cs (1)
350if (Page.ActiveForm.Paginate && Page.ActiveForm.Action.Length > 0) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicSelectionListAdapter.cs (2)
257String controlFormAction = Control.Form.Action; 273if (Control.IsMultiSelect || Control.Form.Action.Length > 0 || !IsViewStateEnabled()) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicTextBoxAdapter.cs (1)
96if (Control.Form.Action.Length > 0 || (!IsViewStateEnabled() && Control.Text != _staticValue)) {
UI\MobileControls\Form.cs (1)
631if (Action.Length == 0)