Compartilhar via


HttpPutAttribute Construtores

Definição

Sobrecargas

HttpPutAttribute()

Cria um novo HttpPutAttribute.

HttpPutAttribute(String)

Cria um novo HttpPutAttribute com o modelo de rota fornecido.

HttpPutAttribute()

Origem:
HttpPutAttribute.cs
Origem:
HttpPutAttribute.cs

Cria um novo HttpPutAttribute.

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

Aplica-se a

HttpPutAttribute(String)

Origem:
HttpPutAttribute.cs
Origem:
HttpPutAttribute.cs

Cria um novo HttpPutAttribute com o modelo de rota fornecido.

public:
 HttpPutAttribute(System::String ^ template);
public HttpPutAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpPutAttribute : string -> Microsoft.AspNetCore.Mvc.HttpPutAttribute
Public Sub New (template As String)

Parâmetros

template
String

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

Aplica-se a