5 instantiations of UrlHelper
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperFactory.cs (1)
57urlHelper = new UrlHelper(context);
Microsoft.AspNetCore.Mvc.Core.Test (3)
Routing\UrlHelperTest.cs (2)
26return new UrlHelper(actionContext); 46return new UrlHelper(actionContext);
Routing\UrlHelperTestBase.cs (1)
1081var urlHelper = new UrlHelper(new ActionContext
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
RemoteAttributeTest.cs (1)
410var urlHelper = new UrlHelper(actionContext);
3 references to UrlHelper
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelper.cs (1)
16/// Initializes a new instance of the <see cref="UrlHelper"/> class using the specified
Microsoft.AspNetCore.Mvc.Core.Test (1)
Routing\UrlHelperTestBase.cs (1)
1081var urlHelper = new UrlHelper(new ActionContext
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
RemoteAttributeTest.cs (1)
410var urlHelper = new UrlHelper(actionContext);