HttpPatchAttribute Constructeurs

Définition

Surcharges

HttpPatchAttribute()

Crée un HttpPatchAttribute.

HttpPatchAttribute(String)

Crée un nouveau HttpPatchAttribute avec le modèle d’itinéraire donné.

HttpPatchAttribute()

Crée un HttpPatchAttribute.

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

S’applique à

HttpPatchAttribute(String)

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.

S’applique à