10 references to Page
Microsoft.AspNetCore.Identity.UI (4)
Areas_Identity_Pages_V4__Layout_cshtml.g.cs (1)
353
var foundPrivacy = Url.
Page
("/Privacy", new { area = "" });
Areas_Identity_Pages_V4_Account_Logout_cshtml.g.cs (1)
110
Url.
Page
("/", new { area = "" })
Areas_Identity_Pages_V5__Layout_cshtml.g.cs (1)
356
var foundPrivacy = Url.
Page
("/Privacy", new { area = "" });
Areas_Identity_Pages_V5_Account_Logout_cshtml.g.cs (1)
110
Url.
Page
("/", new { area = "" })
Microsoft.AspNetCore.Mvc.Core (1)
UrlHelperExtensions.cs (1)
356
=>
Page
(urlHelper, pageName, values: null);
Microsoft.AspNetCore.Mvc.Core.Test (5)
Routing\UrlHelperExtensionsTest.cs (5)
83
urlHelper.Object.
Page
("/TestPage", values);
229
urlHelper.Object.
Page
(page, new { id = 13 });
278
urlHelper.Object.
Page
("New Page", new { id = 13 });
321
urlHelper.Object.
Page
(page, new { id = 13 });
581
urlHelper.Object.
Page
(page, values: new { area = "specified-area" });