UnsupportedContentTypeFilter 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에서 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.
기본값은 이전에 |
메서드
| OnActionExecuted(ActionExecutedContext) |
작업이 실행된 후 작업 결과 전에 호출됩니다. |
| OnActionExecuting(ActionExecutingContext) |
모델 바인딩이 완료된 후 작업이 실행되기 전에 호출됩니다. |