Share via


CorsResult.ToResponseHeaders Method ()

 

Returns CORS-specific headers that should be added to the response.

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

Syntax

public virtual IDictionary<string, string> ToResponseHeaders()
public:
virtual IDictionary<String^, String^>^ ToResponseHeaders()
abstract ToResponseHeaders : unit -> IDictionary<string, string>
override ToResponseHeaders : unit -> IDictionary<string, string>
Public Overridable Function ToResponseHeaders As IDictionary(Of String, String)

Return Value

Type: System.Collections.Generic.IDictionary<String, String>

The response headers.

See Also

CorsResult Class
System.Web.Cors Namespace

Return to top