CorsResult.AllowedExposedHeaders 属性

定义

获取可在响应中公开的允许标头。

public:
 property System::Collections::Generic::IList<System::String ^> ^ AllowedExposedHeaders { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AllowedExposedHeaders { get; }
member this.AllowedExposedHeaders : System.Collections.Generic.IList<string>
Public ReadOnly Property AllowedExposedHeaders As IList(Of String)

属性值

适用于