11 references to FormMethod
System.Web.Mobile (11)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (2)
129if (Control.Method != FormMethod.Get) 363Control.Method == FormMethod.Get)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (1)
159if (CurrentForm.Method != FormMethod.Get)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (3)
682FormMethod method = CurrentForm.Method; 734if (method == FormMethod.Post) 896if (CurrentForm.Method != FormMethod.Get)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (1)
65if (Control.Method != FormMethod.Get &&
UI\MobileControls\Form.cs (4)
85DefaultValue(FormMethod.Post), 89public FormMethod Method 94return ((o != null) ? (FormMethod)o : FormMethod.Post);