102 instantiations of HostString
Certificate.Optional.Sample (1)
HttpAbstractions.SampleApp (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
Microsoft.AspNetCore.HostFiltering (1)
Microsoft.AspNetCore.Hosting.Tests (6)
Microsoft.AspNetCore.Http.Abstractions (2)
Microsoft.AspNetCore.Http.Abstractions.Tests (13)
Microsoft.AspNetCore.Http.Extensions.Tests (11)
Microsoft.AspNetCore.Http.Tests (5)
Microsoft.AspNetCore.HttpOverrides (1)
Microsoft.AspNetCore.HttpsPolicy (2)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Mvc.Core.Test (15)
Routing\ControllerLinkGeneratorExtensionsTest.cs (5)
30linkGenerator.GetUriByAction((string)null, "Home", null, null, new("localhost")));
34linkGenerator.GetUriByAction("Index", null, null, null, new("localhost")));
38linkGenerator.GetUriByAction("Index", "Home", null, null, new("localhost")));
152new HostString("example.com"),
178httpContext.Request.Host = new HostString("example.com");
Microsoft.AspNetCore.OutputCaching.Tests (3)
Microsoft.AspNetCore.ResponseCaching.Tests (1)
Microsoft.AspNetCore.Rewrite (6)
Microsoft.AspNetCore.Rewrite.Tests (3)
Microsoft.AspNetCore.Routing.Tests (17)
Microsoft.AspNetCore.TestHost (3)
Mvc.RoutingWebSite (3)
90 references to HostString
Microsoft.AspNetCore.HeaderParsing (2)
Microsoft.AspNetCore.HostFiltering (1)
Microsoft.AspNetCore.Hosting (1)
Microsoft.AspNetCore.Http (2)
Microsoft.AspNetCore.Http.Abstractions (19)
Microsoft.AspNetCore.Http.Abstractions.Tests (15)
Microsoft.AspNetCore.Http.Extensions (7)
Microsoft.AspNetCore.Http.Extensions.Tests (5)
Microsoft.AspNetCore.Http.Results.Tests (2)
TestLinkGenerator.cs (2)
23public override string GetUriByAddress<TAddress>(HttpContext httpContext, TAddress address, RouteValueDictionary values, RouteValueDictionary ambientValues = null, string scheme = null, HostString? host = null, PathString? pathBase = null, FragmentString fragment = default, LinkOptions options = null)
26public override string GetUriByAddress<TAddress>(TAddress address, RouteValueDictionary values, string scheme, HostString host, PathString pathBase = default, FragmentString fragment = default, LinkOptions options = null)
Microsoft.AspNetCore.Http.Tests (2)
Microsoft.AspNetCore.HttpOverrides (2)
Microsoft.AspNetCore.HttpsPolicy (1)
Microsoft.AspNetCore.Mvc.Core (5)
Microsoft.AspNetCore.Mvc.Core.Test (2)
Microsoft.AspNetCore.Rewrite (6)
Microsoft.AspNetCore.Routing (12)
Microsoft.AspNetCore.Routing.Abstractions (2)
Microsoft.AspNetCore.TestHost (4)