5 references to Method
System.Web (4)
UI\HtmlForm.cs (1)
389writer.WriteAttribute("method", Method);
UI\WebControls\login.cs (1)
1193if (Page.Form != null && String.Equals(Page.Form.Method, "get", StringComparison.OrdinalIgnoreCase)) {
UI\WebControls\loginstatus.cs (1)
308if (Page.Form != null && String.Equals(Page.Form.Method, "get", StringComparison.OrdinalIgnoreCase)) {
UI\WebParts\WebPartPersonalization.cs (1)
664if (page.Form == null || String.Equals(page.Form.Method, "post", StringComparison.OrdinalIgnoreCase)) {
System.Web.Extensions (1)
UI\HtmlFormWrapper.cs (1)
31return _form.Method;