UnsupportedContentTypeFilter 類別

定義

在 中使用不支援的媒體類型 (415) 回應來掃描 UnsupportedContentTypeException 管線中的 ModelState 篩選準則。

public ref class UnsupportedContentTypeFilter : Microsoft::AspNetCore::Mvc::Filters::IActionFilter
public ref class UnsupportedContentTypeFilter : Microsoft::AspNetCore::Mvc::Filters::IActionFilter, Microsoft::AspNetCore::Mvc::Filters::IOrderedFilter
public class UnsupportedContentTypeFilter : Microsoft.AspNetCore.Mvc.Filters.IActionFilter
public class UnsupportedContentTypeFilter : Microsoft.AspNetCore.Mvc.Filters.IActionFilter, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter
type UnsupportedContentTypeFilter = class
    interface IActionFilter
    interface IFilterMetadata
type UnsupportedContentTypeFilter = class
    interface IActionFilter
    interface IFilterMetadata
    interface IOrderedFilter
Public Class UnsupportedContentTypeFilter
Implements IActionFilter
Public Class UnsupportedContentTypeFilter
Implements IActionFilter, IOrderedFilter
繼承
UnsupportedContentTypeFilter
實作

建構函式

UnsupportedContentTypeFilter()

在 中使用不支援的媒體類型 (415) 回應來掃描 UnsupportedContentTypeException 管線中的 ModelState 篩選準則。

屬性

Order

取得或設定篩選順序。 Order.

預設為 , -3000 以確保它在 之前 ModelStateInvalidFilter 執行。

方法

OnActionExecuted(ActionExecutedContext)

在動作執行之後呼叫,在動作結果之前呼叫。

OnActionExecuting(ActionExecutingContext)

在動作執行之前呼叫,在模型系結完成之後。

適用於