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