Share via


OpenApiComponents.MediaTypes Property

Definition

An object to hold reusable IOpenApiMediaType Objects.

public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.IOpenApiMediaType>? MediaTypes { get; set; }
member this.MediaTypes : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.IOpenApiMediaType> with get, set
Public Property MediaTypes As IDictionary(Of String, IOpenApiMediaType)

Property Value

Applies to