OpenApiConvertSettings.CustomHttpMethodLinkRelMapping 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.
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)