Share via


OpenApiParameterReference.Style Property

Definition

Describes how the parameter value will be serialized depending on the type of the parameter value. Default values (based on value of in): for query - form; for path - simple; for header - simple; for cookie - form.

public Microsoft.OpenApi.ParameterStyle? Style { get; }
member this.Style : Nullable<Microsoft.OpenApi.ParameterStyle>
Public ReadOnly Property Style As Nullable(Of ParameterStyle)

Property Value

Implements

Applies to