Share via


OpenApiMediaTypeReference.Encoding Property

Definition

A map between a property name and its encoding information. The key, being the property name, MUST exist in the schema as a property. The encoding object SHALL only apply to requestBody objects when the media type is multipart or application/x-www-form-urlencoded.

public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.OpenApiEncoding>? Encoding { get; }
member this.Encoding : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.OpenApiEncoding>
Public ReadOnly Property Encoding As IDictionary(Of String, OpenApiEncoding)

Property Value

Implements

Applies to