Dela via


OpenApiSchemaTransformerContext.ParameterDescription Property

Definition

Gets the ApiParameterDescription associated with the target schema. Null when processing an OpenAPI schema for a response type.

public Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription? ParameterDescription { get; init; }
member this.ParameterDescription : Microsoft.AspNetCore.Mvc.ApiExplorer.ApiParameterDescription with get, set
Public Property ParameterDescription As ApiParameterDescription

Property Value

Applies to