11 writes to DisplayName
Microsoft.AspNetCore.Components.Endpoints (2)
Builder\OpaqueRedirection.cs (1)
58
DisplayName
= "Blazor Opaque Redirection",
Builder\RazorComponentEndpointFactory.cs (1)
74
builder.
DisplayName
= $"{builder.RoutePattern.RawText} ({pageDefinition.DisplayName})";
Microsoft.AspNetCore.Mvc.Core (4)
Routing\ActionEndpointFactory.cs (4)
63
DisplayName
= action.DisplayName,
107
DisplayName
= action.DisplayName,
153
DisplayName
= action.DisplayName,
220
DisplayName
= "Route: " + route.Pattern.RawText,
Microsoft.AspNetCore.Routing (5)
Builder\RoutingEndpointConventionBuilderExtensions.cs (2)
65
b.
DisplayName
= displayName;
85
b.
DisplayName
= func(b);
EndpointDataSource.cs (1)
57
DisplayName
= routeEndpoint.DisplayName,
RouteEndpointDataSource.cs (1)
182
DisplayName
= displayName,
ShortCircuit\RouteShortCircuitEndpointRouteBuilderExtensions.cs (1)
41
endpoint.
DisplayName
= $"ShortCircuit {endpoint.DisplayName}";
5 references to DisplayName
Microsoft.AspNetCore.Mvc.Core (1)
Routing\InertEndpointBuilder.cs (1)
13
return new Endpoint(RequestDelegate, new EndpointMetadataCollection(Metadata),
DisplayName
);
Microsoft.AspNetCore.Routing (4)
Builder\RoutingEndpointConventionBuilderExtensions.cs (2)
53
/// Sets the <see cref="EndpointBuilder.
DisplayName
"/> to the provided <paramref name="displayName"/> for all
72
/// Sets the <see cref="EndpointBuilder.
DisplayName
"/> using the provided <paramref name="func"/> for all
RouteEndpointBuilder.cs (1)
60
DisplayName
);
ShortCircuit\RouteShortCircuitEndpointRouteBuilderExtensions.cs (1)
41
endpoint.DisplayName = $"ShortCircuit {endpoint.
DisplayName
}";