OpenApiRequestBody.Content 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.
REQUIRED. The content of the request body. The key is a media type or media type range and the value describes it. For requests that match multiple keys, only the most specific key is applicable. e.g. text/plain overrides text/*
public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.Models.OpenApiMediaType> Content { get; set; }
member this.Content : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiMediaType> with get, set
Public Property Content As IDictionary(Of String, OpenApiMediaType)