共用方式為


CorsPolicy.ExposedHeaders Property

Definition

Gets or sets the response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to