IExceptionHandlerPathFeature 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示具有请求原始路径的异常处理程序。
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) |