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