EnableCorsAttribute.ExposedHeaders Property

 

Gets the headers that the resource might use and can be exposed.

Namespace:   System.Web.Http.Cors
Assembly:  System.Web.Http.Cors (in System.Web.Http.Cors.dll)

Syntax

public IList<string> ExposedHeaders { get; }
public:
property IList<String^>^ ExposedHeaders {
    IList<String^>^ get();
}
member ExposedHeaders : IList<string> with get
Public ReadOnly Property ExposedHeaders As IList(Of String)

Property Value

Type: System.Collections.Generic.IList<String>

See Also

EnableCorsAttribute Class
System.Web.Http.Cors Namespace

Return to top