1 write to _defaultPolicyName
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsOptions.cs (1)
26
_defaultPolicyName
= value ?? throw new ArgumentNullException(nameof(value));
1 reference to _defaultPolicyName
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsOptions.cs (1)
23
get =>
_defaultPolicyName
;