1 implementation of Path
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerFeature.cs (1)
18
public string
Path
{ get; set; } = default!;
1 reference to Path
Microsoft.AspNetCore.Diagnostics.Abstractions (1)
IExceptionHandlerPathFeature.cs (1)
15
new string Path => ((IExceptionHandlerFeature)this).
Path
;