3 references to Post
System.Web.Mobile (3)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
734
if (method == FormMethod.
Post
)
UI\MobileControls\Form.cs (2)
85
DefaultValue(FormMethod.
Post
),
94
return ((o != null) ? (FormMethod)o : FormMethod.
Post
);