HttpPatchAttribute Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.