3 references to Index
Microsoft.AspNetCore.Identity.UI (3)
Areas\Identity\Pages\V4\Account\Manage\ManageNavPages.cs (2)
66public static string? IndexNavClass(ViewContext viewContext) => PageNavClass(viewContext, Index); 125public static string? IndexAriaCurrent(ViewContext viewContext) => AriaCurrent(viewContext, Index);
Index_cshtml.g.cs (1)
75ViewData["ActivePage"] = ManageNavPages.Index;