HttpResponseExceptionActionFilter クラス

定義

例外の種類HttpResponseExceptionが の場合に を にObjectResult設定Resultするアクション フィルター。 このフィルターは、アクションの直後に実行されます。

public ref class HttpResponseExceptionActionFilter : Microsoft::AspNetCore::Mvc::Filters::IActionFilter, Microsoft::AspNetCore::Mvc::Filters::IOrderedFilter
public class HttpResponseExceptionActionFilter : Microsoft.AspNetCore.Mvc.Filters.IActionFilter, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
type HttpResponseExceptionActionFilter = class
    interface IActionFilter
    interface IFilterMetadata
    interface IOrderedFilter
Public Class HttpResponseExceptionActionFilter
Implements IActionFilter, IOrderedFilter
継承
HttpResponseExceptionActionFilter
実装

コンストラクター

HttpResponseExceptionActionFilter()

例外の種類HttpResponseExceptionが の場合に を にObjectResult設定Resultするアクション フィルター。 このフィルターは、アクションの直後に実行されます。

プロパティ

Order

フィルターの実行順序を決定するための順序値を取得します。 フィルターは、 プロパティの昇順の数値で Order 実行されます。

メソッド

OnActionExecuted(ActionExecutedContext)

アクションの実行後、アクションの結果の前に呼び出されます。

OnActionExecuting(ActionExecutingContext)

モデル バインドが完了した後、アクションが実行される前に呼び出されます。

適用対象