1 implementation of Path
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerFeature.cs (1)
18public string Path { get; set; } = default!;
1 reference to Path
Microsoft.AspNetCore.Diagnostics.Tests (1)
DeveloperExceptionPageMiddlewareTest.cs (1)
149context.ProblemDetails.Extensions.Add("Path", feature?.Path);