2 overrides of CreateUrlHelper
Microsoft.AspNetCore.Mvc.Core.Test (2)
Routing\EndpointRoutingUrlHelperTest.cs (1)
116protected override IUrlHelper CreateUrlHelper(string appRoot, string host, string protocol)
Routing\UrlHelperTest.cs (1)
19protected override IUrlHelper CreateUrlHelper(string appRoot, string host, string protocol)
12 references to CreateUrlHelper
Microsoft.AspNetCore.Mvc.Core.Test (12)
Routing\UrlHelperTestBase.cs (12)
146var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 161var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 175var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 192var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 210var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 229var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 246var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 265var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 280var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 298var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 317var helper = CreateUrlHelper(appRoot: string.Empty, host: "www.mysite.com", protocol: null); 1171return CreateUrlHelper(appRoot, host: null, protocol: null);