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