Compartilhar via


HttpHeadAttribute Construtores

Definição

Sobrecargas

HttpHeadAttribute()

Cria um novo HttpHeadAttribute.

HttpHeadAttribute(String)

Cria um novo HttpHeadAttribute com o modelo de rota fornecido.

HttpHeadAttribute()

Origem:
HttpHeadAttribute.cs
Origem:
HttpHeadAttribute.cs

Cria um novo HttpHeadAttribute.

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

Aplica-se a

HttpHeadAttribute(String)

Origem:
HttpHeadAttribute.cs
Origem:
HttpHeadAttribute.cs

Cria um novo HttpHeadAttribute com o modelo de rota fornecido.

public:
 HttpHeadAttribute(System::String ^ template);
public HttpHeadAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpHeadAttribute : string -> Microsoft.AspNetCore.Mvc.HttpHeadAttribute
Public Sub New (template As String)

Parâmetros

template
String

O modelo de rota. Não pode ser nulo.

Aplica-se a