ODataUrlValidationRuleSet.AllRules Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An ODataUrlValidationRuleSet with all built-in rules.
public static Microsoft.OData.UriParser.Validation.ODataUrlValidationRuleSet AllRules;
staticval mutable AllRules : Microsoft.OData.UriParser.Validation.ODataUrlValidationRuleSet
Public Shared AllRules As ODataUrlValidationRuleSet
Field Value
Remarks
Note that Uris that validate using AllRules may fail to validate in the future as additional rules are added. In order to guarantee a consistent behavior, pass an explicit set of rules to the ODataUrlValidationRuleSet constructor.