1 write to Conventions
Microsoft.AspNetCore.Mvc.RazorPages (1)
DependencyInjection\RazorPagesOptionsSetup.cs (1)
23
options.
Conventions
= new PageConventionCollection(_serviceProvider);
6 references to Conventions
Microsoft.AspNetCore.Identity.UI (4)
IdentityDefaultUIConfigureOptions.cs (4)
31
options.
Conventions
.AuthorizeAreaFolder(IdentityUIDefaultAreaName, "/Account/Manage");
32
options.
Conventions
.AuthorizeAreaPage(IdentityUIDefaultAreaName, "/Account/Logout");
34
options.
Conventions
.AddAreaFolderApplicationModelConvention(
38
options.
Conventions
.AddAreaFolderApplicationModelConvention(
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\CompiledPageActionDescriptorFactory.cs (1)
29
_conventions = pageOptions.
Conventions
;
Infrastructure\PageActionDescriptorProvider.cs (1)
36
_conventions = pagesOptionsAccessor.Value.
Conventions