HttpPutAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- 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
- 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.