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)

適用於