HttpPatchAttribute Construtores

Definição

Sobrecargas

HttpPatchAttribute()

Cria um novo HttpPatchAttribute.

HttpPatchAttribute(String)

Cria um novo HttpPatchAttribute com o modelo de rota fornecido.

HttpPatchAttribute()

Cria um novo HttpPatchAttribute.

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

Aplica-se a

HttpPatchAttribute(String)

Cria um novo HttpPatchAttribute com o modelo de rota fornecido.

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

O modelo de rota. Não pode ser nulo.

Aplica-se a