FormatFilterAttribute Класс

Определение

Фильтр, который будет использовать значение формата в данных маршрута или строке запроса для задания типа контента для объекта , возвращаемого 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.

Применяется к