OpenApiEncoding.AllowReserved Property

Definition

Determines whether the parameter value SHOULD allow reserved characters, as defined by RFC3986 :/?#[]@!$&'()*+,;= to be included without percent-encoding. The default value is false. This property SHALL be ignored if the request body media type is not application/x-www-form-urlencoded.

public bool? AllowReserved { get; set; }
member this.AllowReserved : Nullable<bool> with get, set
Public Property AllowReserved As Nullable(Of Boolean)

Property Value

Applies to