5 references to ActionLink
Microsoft.AspNetCore.Mvc.Core.Test (5)
Routing\UrlHelperExtensionsTest.cs (3)
623
urlHelper.Object.
ActionLink
(expectedAction);
658
urlHelper.Object.
ActionLink
(protocol: expectedProtocol);
693
urlHelper.Object.
ActionLink
(host: expectedHost);
Routing\UrlHelperTestBase.cs (2)
1071
var url = urlHelper.
ActionLink
("contact", "home");
1088
var ex = Assert.Throws<InvalidOperationException>(() => urlHelper.
ActionLink
("contact", "home"));