Compartir a través de


HttpPatchAttribute Constructores

Definición

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.

Se aplica a