SmartBreadcrumbs icon indicating copy to clipboard operation
SmartBreadcrumbs copied to clipboard

Area, Nested Folders and Page Models

Open TorreyGarland opened this issue 3 years ago • 0 comments

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.

TorreyGarland avatar Jul 01 '21 19:07 TorreyGarland