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.Tests (2)
DeveloperExceptionPageMiddlewareTest.cs (1)
149
context.ProblemDetails.Extensions.Add("Path", feature?.
Path
);
ExceptionHandlerMiddlewareTest.cs (1)
592
Assert.Equal("/path", feature.
Path
);