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