Compartilhar via


HttpPostAttribute Construtores

Definição

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.

Aplica-se a