HttpPostAttribute 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
HttpPostAttribute() |
Cria um novo HttpPostAttribute. |
HttpPostAttribute(String) |
Cria um novo HttpPostAttribute com o modelo de rota fornecido. |
HttpPostAttribute()
- Origem:
- HttpPostAttribute.cs
- Origem:
- HttpPostAttribute.cs
- Origem:
- HttpPostAttribute.cs
Cria um novo HttpPostAttribute.
public:
HttpPostAttribute();
public HttpPostAttribute ();
Public Sub New ()
Aplica-se a
HttpPostAttribute(String)
- Origem:
- HttpPostAttribute.cs
- Origem:
- HttpPostAttribute.cs
- Origem:
- HttpPostAttribute.cs
Cria um novo HttpPostAttribute com o modelo de rota fornecido.
public:
HttpPostAttribute(System::String ^ template);
public HttpPostAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpPostAttribute : string -> Microsoft.AspNetCore.Mvc.HttpPostAttribute
Public Sub New (template As String)
Parâmetros
- template
- String
O modelo de rota. Não pode ser nulo.