Click or drag to resize
IRequestIsValidCorsRequest Property
Gets or sets a value indicating that the web site has detected a valid CORS request and wants the response to include the correct headers if the request is successful.

Namespace: VirtualRadar.Interface.WebServer
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsValidCorsRequest { get; set; }

Property Value

Type: Boolean
See Also