IResponderAddCorsHeaders Method |
Adds CORS headers to a successful response.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Remarks
All of the responder's Send methods are expected to call this when setting headers. The function
has been exposed so that custom responses can also set the headers without having to call a Send
method.
See Also