AcceptsMetadata(String[], Type, Boolean) Constructeur
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.
Crée un instance de AcceptsMetadata avec un type .
public AcceptsMetadata (string[] contentTypes, Type? type = default, bool isOptional = false);
new Microsoft.AspNetCore.Http.Metadata.AcceptsMetadata : string[] * Type * bool -> Microsoft.AspNetCore.Http.Metadata.AcceptsMetadata
Public Sub New (contentTypes As String(), Optional type As Type = Nothing, Optional isOptional As Boolean = false)
Paramètres
- contentTypes
- String[]
Types de contenu acceptés par le point de terminaison.
- type
- Type
Type lu à partir de la requête.
- isOptional
- Boolean
Indique si le corps de la demande est facultatif.