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