OpenApiEncoding.AllowReserved 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.
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)