UnsupportedContentTypeFilter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 中使用不支援的媒體類型 (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.
預設為 , |
方法
OnActionExecuted(ActionExecutedContext) |
在動作執行之後呼叫,在動作結果之前呼叫。 |
OnActionExecuting(ActionExecutingContext) |
在動作執行之前呼叫,在模型系結完成之後。 |