Share via


OpenApiParameter.AllowReserved Property

Definition

Determines whether the parameter value SHOULD allow reserved characters, as defined by RFC3986 :/?#[]@!$&'()*+,;= to be included without percent-encoding. This property only applies to parameters with an in value of query. The default value is false.

public bool AllowReserved { get; set; }
member this.AllowReserved : bool with get, set
Public Property AllowReserved As Boolean

Property Value

Applies to