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)

適用対象