Share via


ODataUrlKeyDelimiter.Slash Property

Definition

An instance of ODataUrlKeyDelimiter which uses slash as key delimiter in URL. Specifically, this instance will produce keys that use segments like "Customers/ALFKI".

public static Microsoft.OData.ODataUrlKeyDelimiter Slash { get; }
member this.Slash : Microsoft.OData.ODataUrlKeyDelimiter
Public Shared ReadOnly Property Slash As ODataUrlKeyDelimiter

Property Value

Applies to