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