SmartBreadcrumbs
SmartBreadcrumbs copied to clipboard
Area, Nested Folders and Page Models
I have an IndexModel at Areas.Administration.Pages.IndexModel.cs.
I have a nested IndexModel at Areas.Administration.Pages.Users.IndexModel.cs.
I have an IndexModel at Pages.IndexModel.cs
I have an IndexModel at Pages.Features.IndexModel.cs.
The code in ExtractRazorPageKey under ReflectionExtensions is not taking area names or nested folders under areas into account and may throw a exception because of a duplicate key.
Related to Item #83.