UnsupportedContentTypeFilter 클래스

정의

에서 ModelState 를 검색 UnsupportedContentTypeException 하고 지원되지 않는 미디어 형식(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
상속
UnsupportedContentTypeFilter
구현

생성자

UnsupportedContentTypeFilter()

에서 ModelState 를 검색 UnsupportedContentTypeException 하고 지원되지 않는 미디어 형식(415) 응답을 사용하여 파이프라인을 단락하는 필터입니다.

속성

Order

필터 순서를 가져오거나 설정합니다. Order.

기본값은 이전에 -3000 실행되도록 입니다 ModelStateInvalidFilter.

메서드

OnActionExecuted(ActionExecutedContext)

작업이 실행된 후 작업 결과 전에 호출됩니다.

OnActionExecuting(ActionExecutingContext)

모델 바인딩이 완료된 후 작업이 실행되기 전에 호출됩니다.

적용 대상