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.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool IsValidCorsRequest { get; set; }
Property IsValidCorsRequest As Boolean
Get
Set
property bool IsValidCorsRequest {
bool get ();
void set (bool value);
}
abstract IsValidCorsRequest : bool with get, set
Property Value
Type:
BooleanSee Also