HttpPatchAttribute Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
HttpPatchAttribute() |
Crea un nuevo HttpPatchAttribute. |
HttpPatchAttribute(String) |
Crea un nuevo HttpPatchAttribute con la plantilla de ruta especificada. |
HttpPatchAttribute()
- Source:
- HttpPatchAttribute.cs
- Source:
- HttpPatchAttribute.cs
- Source:
- HttpPatchAttribute.cs
Crea un nuevo HttpPatchAttribute.
public:
HttpPatchAttribute();
public HttpPatchAttribute ();
Public Sub New ()
Se aplica a
HttpPatchAttribute(String)
- Source:
- HttpPatchAttribute.cs
- Source:
- HttpPatchAttribute.cs
- Source:
- HttpPatchAttribute.cs
Crea un nuevo HttpPatchAttribute con la plantilla de ruta especificada.
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)
Parámetros
- template
- String
Plantilla de la ruta. No puede ser null.