GoogleMapSettingsAllowCorsDomains Property |
Gets or sets a semi-colon separated list of domains that can access the server's content via CORS.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string AllowCorsDomains { get; set; }
Public Property AllowCorsDomains As String
Get
Set
public:
property String^ AllowCorsDomains {
String^ get ();
void set (String^ value);
}
member AllowCorsDomains : string with get, set
Property Value
Type:
StringSee Also