2 references to HostAttribute
Microsoft.AspNetCore.Routing (2)
Builder\RoutingEndpointConventionBuilderExtensions.cs (1)
47endpointBuilder.Metadata.Add(new HostAttribute(hosts));
HostAttribute.cs (1)
24public HostAttribute(string host) : this(new[] { host })