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