ODataOptions.UrlKeyDelimiter 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.
Gets or Sets the ODataUrlKeyDelimiter to use while parsing, specifically whether to recognize keys as segments or not in DefaultODataPathHandler.
public Microsoft.OData.ODataUrlKeyDelimiter UrlKeyDelimiter { get; set; }
member this.UrlKeyDelimiter : Microsoft.OData.ODataUrlKeyDelimiter with get, set
Public Property UrlKeyDelimiter As ODataUrlKeyDelimiter
Property Value
Remarks
Default value is unspecified (null).