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