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)

适用于