ProducesAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ProducesAttribute(Type) |
Initialise une instance de ProducesAttribute. |
ProducesAttribute(String, String[]) |
Initialise un instance de avec les types de ProducesAttribute contenu autorisés. |
ProducesAttribute(Type)
- Source:
- ProducesAttribute.cs
- Source:
- ProducesAttribute.cs
- Source:
- ProducesAttribute.cs
Initialise une instance de ProducesAttribute.
public:
ProducesAttribute(Type ^ type);
public ProducesAttribute (Type type);
new Microsoft.AspNetCore.Mvc.ProducesAttribute : Type -> Microsoft.AspNetCore.Mvc.ProducesAttribute
Public Sub New (type As Type)
Paramètres
S’applique à
ProducesAttribute(String, String[])
- Source:
- ProducesAttribute.cs
- Source:
- ProducesAttribute.cs
- Source:
- ProducesAttribute.cs
Initialise un instance de avec les types de ProducesAttribute contenu autorisés.
public:
ProducesAttribute(System::String ^ contentType, ... cli::array <System::String ^> ^ additionalContentTypes);
public ProducesAttribute (string contentType, params string[] additionalContentTypes);
new Microsoft.AspNetCore.Mvc.ProducesAttribute : string * string[] -> Microsoft.AspNetCore.Mvc.ProducesAttribute
Public Sub New (contentType As String, ParamArray additionalContentTypes As String())
Paramètres
- contentType
- String
Type de contenu autorisé pour une réponse.
- additionalContentTypes
- String[]
Types de contenu autorisés supplémentaires pour une réponse.