11 references to Verbs
System.Web (11)
Configuration\AuthorizationRule.cs (10)
142verbs = (CommaDelimitedStringCollection)Verbs; 162(((CommaDelimitedStringCollection)Verbs).IsModified); 176bRet = (o.Verbs.ToString() == Verbs.ToString() && 185string __verbs = Verbs.ToString(); 208((CommaDelimitedStringCollection)Verbs).SetReadOnly(); 410_Everyone = (_AllUsersSpecified && (Verbs.Count == 0)); 423return (_AnonUserSpecified && Verbs.Count == 0); 498if (Verbs.Count < 1) { 502foreach (string sVerb in Verbs) {
Configuration\WebPartsPersonalization.cs (1)
93StringCollection verbs = rule.Verbs;