3 references to AllowAnonymousToAreaPage
Microsoft.AspNetCore.Mvc.RazorPages.Test (2)
DependencyInjection\PageConventionCollectionExtensionsTest.cs (2)
122
conventions.
AllowAnonymousToAreaPage
("Accounts", "/Profile");
148
conventions.
AllowAnonymousToAreaPage
("Accounts", "/Profile");
RazorPagesWebSite (1)
StartupWithBasePath.cs (1)
29
options.Conventions.
AllowAnonymousToAreaPage
("Accounts", "/RequiresAuth/AllowAnonymous");