FormatFilterAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
경로 데이터 또는 쿼리 문자열의 형식 값을 사용하여 작업에서 반환된 의 콘텐츠 형식을 ObjectResult 설정하는 필터입니다.
public ref class FormatFilterAttribute : Attribute, Microsoft::AspNetCore::Mvc::Filters::IFilterFactory
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class FormatFilterAttribute : Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type FormatFilterAttribute = class
inherit Attribute
interface IFilterFactory
interface IFilterMetadata
Public Class FormatFilterAttribute
Inherits Attribute
Implements IFilterFactory
- 상속
-
FormatFilterAttribute
- 특성
- 구현
생성자
FormatFilterAttribute() |
경로 데이터 또는 쿼리 문자열의 형식 값을 사용하여 작업에서 반환된 의 콘텐츠 형식을 ObjectResult 설정하는 필터입니다. |
속성
IsReusable |
의 결과를 CreateInstance(IServiceProvider) 요청 간에 재사용할 수 있는지를 나타내는 값을 가져옵니다. |
메서드
CreateInstance(IServiceProvider) |
FormatFilter의 인스턴스를 만듭니다. |