HttpGetAttribute Construtores

Definição

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

Cria um novo HttpGetAttribute.

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

Aplica-se a

HttpGetAttribute(String)

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.

Aplica-se a