Bagikan melalui


UnsupportedContentTypeFilter Kelas

Definisi

Filter yang memindai UnsupportedContentTypeException di ModelState sirkuit pendek dan alur dengan respons Jenis Media yang Tidak Didukung (415).

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
Warisan
UnsupportedContentTypeFilter
Penerapan

Konstruktor

UnsupportedContentTypeFilter()

Filter yang memindai UnsupportedContentTypeException di ModelState sirkuit pendek dan alur dengan respons Jenis Media yang Tidak Didukung (415).

Properti

Order

Mendapatkan atau mengatur urutan filter. Order.

Default ke -3000 untuk memastikannya dijalankan sebelum ModelStateInvalidFilter.

Metode

OnActionExecuted(ActionExecutedContext)

Dipanggil setelah tindakan dijalankan, sebelum hasil tindakan.

OnActionExecuting(ActionExecutingContext)

Dipanggil sebelum tindakan dijalankan, setelah pengikatan model selesai.

Berlaku untuk