Share via


OpenApiConvertSettings.CustomHttpMethodLinkRelMapping Property

Definition

Get/Sets a dictionary containing a mapping of HTTP methods to custom link relation types

public System.Collections.Generic.Dictionary<Microsoft.OpenApi.OData.Vocabulary.Core.LinkRelKey,string> CustomHttpMethodLinkRelMapping { get; set; }
member this.CustomHttpMethodLinkRelMapping : System.Collections.Generic.Dictionary<Microsoft.OpenApi.OData.Vocabulary.Core.LinkRelKey, string> with get, set
Public Property CustomHttpMethodLinkRelMapping As Dictionary(Of LinkRelKey, String)

Property Value

Applies to