ConsumesAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ConsumesAttribute(String, String[]) |
Crea una nueva instancia de ConsumesAttribute. |
ConsumesAttribute(Type, String, String[]) |
Crea una nueva instancia de ConsumesAttribute. |
ConsumesAttribute(String, String[])
- Source:
- ConsumesAttribute.cs
- Source:
- ConsumesAttribute.cs
- Source:
- ConsumesAttribute.cs
Crea una nueva instancia de 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())
Parámetros
- contentType
- String
- otherContentTypes
- String[]
Se aplica a
ConsumesAttribute(Type, String, String[])
- Source:
- ConsumesAttribute.cs
Crea una nueva instancia de 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())
Parámetros
- requestType
- Type
- contentType
- String
- otherContentTypes
- String[]