| 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.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic IList<string> ExposeHeaders { get; set; }Public Property ExposeHeaders As IList(Of String)
	Get
	Set
public:
property IList<String^>^ ExposeHeaders {
	IList<String^>^ get ();
	void set (IList<String^>^ value);
}member ExposeHeaders : IList<string> with get, set
Property Value
Type: 
IListString
See Also