2 references to UriBuilder
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsPolicyBuilder.cs (1)
75
var builder = new
UriBuilder
(uri.Scheme.ToLowerInvariant(), uri.IdnHost.ToLowerInvariant());
System.Private.Uri (1)
System\UriBuilder.cs (1)
57
:
this
(scheme, host)