CorsResult.AllowedExposedHeaders Property

Definition

Gets the allowed headers that can be exposed on the response.

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)

Property Value

Applies to