1 implementation of Path
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerFeature.cs (1)
18public string Path { get; set; } = default!;
2 references to Path
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
IExceptionHandlerPathFeature.cs (1)
15new string Path => ((IExceptionHandlerFeature)this).Path;
Microsoft.AspNetCore.Diagnostics.Tests (1)
DeveloperExceptionPageMiddlewareTest.cs (1)
90context.ProblemDetails.Extensions.Add("Path", feature?.Path);