ConsumesAttribute Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ConsumesAttribute(String, String[]) |
Создает новый экземпляр ConsumesAttribute. |
ConsumesAttribute(Type, String, String[]) |
Создает новый экземпляр ConsumesAttribute. |
ConsumesAttribute(String, String[])
- Исходный код:
- ConsumesAttribute.cs
- Исходный код:
- ConsumesAttribute.cs
- Исходный код:
- ConsumesAttribute.cs
Создает новый экземпляр ConsumesAttribute.
public:
ConsumesAttribute(System::String ^ contentType, ... cli::array <System::String ^> ^ otherContentTypes);
public ConsumesAttribute (string contentType, params string[] otherContentTypes);
new Microsoft.AspNetCore.Mvc.ConsumesAttribute : string * string[] -> Microsoft.AspNetCore.Mvc.ConsumesAttribute
Public Sub New (contentType As String, ParamArray otherContentTypes As String())
Параметры
- contentType
- String
- otherContentTypes
- String[]
Применяется к
ConsumesAttribute(Type, String, String[])
- Исходный код:
- ConsumesAttribute.cs
Создает новый экземпляр ConsumesAttribute.
public ConsumesAttribute (Type requestType, string contentType, params string[] otherContentTypes);
new Microsoft.AspNetCore.Mvc.ConsumesAttribute : Type * string * string[] -> Microsoft.AspNetCore.Mvc.ConsumesAttribute
Public Sub New (requestType As Type, contentType As String, ParamArray otherContentTypes As String())
Параметры
- requestType
- Type
- contentType
- String
- otherContentTypes
- String[]