1 implementation of Endpoint
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerFeature.cs (1)
21
public Endpoint?
Endpoint
{ get; set; }
3 references to Endpoint
Microsoft.AspNetCore.Diagnostics.Tests (3)
DeveloperExceptionPageMiddlewareTest.cs (2)
88
context.ProblemDetails.Extensions.Add("EndpointDisplayName", feature?.
Endpoint
?.DisplayName);
147
context.ProblemDetails.Extensions.Add("EndpointDisplayName", feature?.
Endpoint
?.DisplayName);
ExceptionHandlerMiddlewareTest.cs (1)
114
Assert.Equal(endpoint, feature.
Endpoint
);