Condividi tramite


HttpHeadAttribute Costruttori

Definizione

Overload

HttpHeadAttribute()

Crea un nuovo oggetto HttpHeadAttribute.

HttpHeadAttribute(String)

Crea un nuovo HttpHeadAttribute oggetto con il modello di route specificato.

HttpHeadAttribute()

Origine:
HttpHeadAttribute.cs
Origine:
HttpHeadAttribute.cs
Origine:
HttpHeadAttribute.cs

Crea un nuovo oggetto HttpHeadAttribute.

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

Si applica a

HttpHeadAttribute(String)

Origine:
HttpHeadAttribute.cs
Origine:
HttpHeadAttribute.cs
Origine:
HttpHeadAttribute.cs

Crea un nuovo HttpHeadAttribute oggetto con il modello di route specificato.

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)

Parametri

template
String

Modello di route. Non può essere Null.

Si applica a