8 references to Method
System.Web.Mobile (8)
UI\MobileControls\Adapters\HtmlFormAdapter.cs (3)
99writer.WriteAttribute("method", Control.Method.ToString().ToLower(CultureInfo.InvariantCulture)); 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 (2)
682FormMethod method = CurrentForm.Method; 896if (CurrentForm.Method != FormMethod.Get)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (2)
49writer.WriteAttribute ("method", Control.Method.ToString().ToLower(CultureInfo.CurrentCulture)); 65if (Control.Method != FormMethod.Get &&