IExceptionHandlerFeature 인터페이스

정의

예외 처리기에서 검사할 원래 요청의 오류를 포함하는 기능을 나타냅니다.

public interface class IExceptionHandlerFeature
public interface IExceptionHandlerFeature
type IExceptionHandlerFeature = interface
Public Interface IExceptionHandlerFeature
파생

속성

Endpoint

원래 요청에 대해 선택된 Endpoint 을 가져옵니다.

Error

원래 요청 중에 발생한 오류

Path

요청된 리소스를 식별하는 요청 경로의 부분입니다. 이스케이프되지 않은 값입니다.

RouteValues

RouteValueDictionary 원래 요청과 연결된 를 가져옵니다.

적용 대상