Condividi tramite


HttpPatchAttribute Costruttori

Definizione

Overload

HttpPatchAttribute()

Crea un nuovo oggetto HttpPatchAttribute.

HttpPatchAttribute(String)

Crea un nuovo HttpPatchAttribute con il modello di route specificato.

HttpPatchAttribute()

Origine:
HttpPatchAttribute.cs
Origine:
HttpPatchAttribute.cs
Origine:
HttpPatchAttribute.cs

Crea un nuovo oggetto HttpPatchAttribute.

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

Si applica a

HttpPatchAttribute(String)

Origine:
HttpPatchAttribute.cs
Origine:
HttpPatchAttribute.cs
Origine:
HttpPatchAttribute.cs

Crea un nuovo HttpPatchAttribute con il modello di route specificato.

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)

Parametri

template
String

Modello di route. Non può essere Null.

Si applica a