Click or drag to resize
CORSRuleExposeHeaders Property
Get or set exposed headers in the CORS response. Wildcard(*) is not allowed. This property is to specify the value of Access-Control-Expose-Headers in the preflight response.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public IList<string> ExposeHeaders { get; set; }

Property Value

Type: IListString
See Also