OpenApiParameter.Style 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.
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.Models.ParameterStyle? Style { get; set; }
member this.Style : Nullable<Microsoft.OpenApi.Models.ParameterStyle> with get, set
Public Property Style As Nullable(Of ParameterStyle)