Share via


HttpHeadAttribute Konstruktory

Definice

Přetížení

HttpHeadAttribute()

Vytvoří nový objekt HttpHeadAttribute.

HttpHeadAttribute(String)

Vytvoří novou HttpHeadAttribute s danou šablonou trasy.

HttpHeadAttribute()

Zdroj:
HttpHeadAttribute.cs
Zdroj:
HttpHeadAttribute.cs

Vytvoří nový objekt HttpHeadAttribute.

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

Platí pro

HttpHeadAttribute(String)

Zdroj:
HttpHeadAttribute.cs
Zdroj:
HttpHeadAttribute.cs

Vytvoří novou HttpHeadAttribute s danou šablonou trasy.

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)

Parametry

template
String

Šablona trasy. Nesmí mít hodnotu null.

Platí pro