IExceptionHandlerFeature インターフェイス

定義

例外ハンドラーによって検査される元の要求のエラーを含む機能を表します。

public interface class IExceptionHandlerFeature
public interface IExceptionHandlerFeature
type IExceptionHandlerFeature = interface
Public Interface IExceptionHandlerFeature
派生

プロパティ

Endpoint

元の要求に対して選択された Endpoint を取得します。

Error

元の要求中に発生したエラー

Path

要求されたリソースを識別する要求パスの部分。 値はエスケープ解除されます。

RouteValues

元の要求に RouteValueDictionary 関連付けられている を取得します。

適用対象