Partager via


HttpPutAttribute Constructeurs

Définition

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

Crée un HttpPutAttribute.

public:
 HttpPutAttribute();
public HttpPutAttribute ();
Public Sub New ()

S’applique à

HttpPutAttribute(String)

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.

S’applique à