IExceptionHandlerPathFeature Interface

Definition

Represents an exception handler with the original path of the request.

public interface class IExceptionHandlerPathFeature : Microsoft::AspNetCore::Diagnostics::IExceptionHandlerFeature
public interface IExceptionHandlerPathFeature : Microsoft.AspNetCore.Diagnostics.IExceptionHandlerFeature
type IExceptionHandlerPathFeature = interface
    interface IExceptionHandlerFeature
Public Interface IExceptionHandlerPathFeature
Implements IExceptionHandlerFeature
Derived
Implements

Properties

Endpoint

Gets the selected Endpoint for the original request.

(Inherited from IExceptionHandlerFeature)
Error

The error encountered during the original request

(Inherited from IExceptionHandlerFeature)
Path

The portion of the request path that identifies the requested resource. The value is un-escaped.

RouteValues

Gets the RouteValueDictionary associated with the original request.

(Inherited from IExceptionHandlerFeature)

Applies to