OpenApiParameter.In Property

Definition

REQUIRED. The location of the parameter. Possible values are "query", "header", "path" or "cookie".

public Microsoft.OpenApi.Models.ParameterLocation? In { get; set; }
member this.In : Nullable<Microsoft.OpenApi.Models.ParameterLocation> with get, set
Public Property In As Nullable(Of ParameterLocation)

Property Value

Applies to