Base:
property
DisplayName
Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.DisplayName
1 write to DisplayName
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionDescriptorProvider.cs (1)
102DisplayName = $"Page: {model.ViewEnginePath}",
2 references to DisplayName
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (1)
37applicationModel.ActionDescriptor.DisplayName,
PageContext.cs (1)
123private string DebuggerToString() => ActionDescriptor?.DisplayName ?? $"{{{GetType().FullName}}}";