IExceptionHandlerPathFeature 인터페이스

정의

요청의 원래 경로가 있는 예외 처리기를 나타냅니다.

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
파생
구현

속성

Endpoint

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

(다음에서 상속됨 IExceptionHandlerFeature)
Error

원래 요청 중에 발생한 오류

(다음에서 상속됨 IExceptionHandlerFeature)
Path

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

RouteValues

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

(다음에서 상속됨 IExceptionHandlerFeature)

적용 대상