ODataUriResolver.EnableCaseInsensitive Property
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.
Whether to enable case insensitive for the resolver.
public virtual bool EnableCaseInsensitive { get; set; }
member this.EnableCaseInsensitive : bool with get, set
Public Overridable Property EnableCaseInsensitive As Boolean
Property Value
Remarks
All extensions should look at this property and keep case sensitive behavior consistent.