2 writes to AreaName
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionDescriptorProvider.cs (1)
93AreaName = model.AreaName,
PageActionDescriptor.cs (1)
32AreaName = other.AreaName;
2 references to AreaName
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\PageApplicationModel.cs (1)
99public string? AreaName => ActionDescriptor.AreaName;
PageActionDescriptor.cs (1)
32AreaName = other.AreaName;