HttpPutAttribute 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
HttpPutAttribute() |
Crée un HttpPutAttribute. |
HttpPutAttribute(String) |
Crée un nouveau HttpPutAttribute avec le modèle d’itinéraire donné. |
HttpPutAttribute()
- Source:
- HttpPutAttribute.cs
- Source:
- HttpPutAttribute.cs
- Source:
- HttpPutAttribute.cs
Crée un HttpPutAttribute.
public:
HttpPutAttribute();
public HttpPutAttribute ();
Public Sub New ()
S’applique à
HttpPutAttribute(String)
- Source:
- HttpPutAttribute.cs
- Source:
- HttpPutAttribute.cs
- Source:
- HttpPutAttribute.cs
Crée un nouveau HttpPutAttribute avec le modèle d’itinéraire donné.
public:
HttpPutAttribute(System::String ^ template);
public HttpPutAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpPutAttribute : string -> Microsoft.AspNetCore.Mvc.HttpPutAttribute
Public Sub New (template As String)
Paramètres
- template
- String
Modèle d'itinéraire. Ce paramètre ne peut pas être null.