Share via


CorsPolicy.AllowedHeaders Property

Definition

Gets or sets the request headers that the origin domain may specify on the CORS request.

[Newtonsoft.Json.JsonProperty(PropertyName="allowedHeaders")]
public string AllowedHeaders { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedHeaders")>]
member this.AllowedHeaders : string with get, set
Public Property AllowedHeaders As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to