Base:
property
DisplayName
Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.DisplayName
4 writes to DisplayName
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionDescriptorProvider.cs (1)
102
DisplayName
= $"Page: {model.ViewEnginePath}",
Microsoft.AspNetCore.Mvc.RazorPages.Test (3)
Infrastructure\DynamicPageEndpointMatcherPolicyTest.cs (3)
26
DisplayName
= "/Index",
34
DisplayName
= "/About"
360
DisplayName
= "/ReplacedEndpoint",
6 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}}}";
Microsoft.AspNetCore.Mvc.RazorPages.Test (4)
Infrastructure\DynamicPageEndpointMatcherPolicyTest.cs (2)
82
Endpoint = descriptor.
DisplayName
switch
87
_ => throw new InvalidOperationException($"Invalid endpoint '{descriptor.
DisplayName
}'.")
Infrastructure\PageActionInvokerTest.cs (2)
35
var displayName = actionDescriptor.
DisplayName
;
63
var displayName = actionDescriptor.
DisplayName
;