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