HttpHeadAttribute Konstruktory

Definicja

Przeciążenia

HttpHeadAttribute()

Tworzy nowy adres HttpHeadAttribute.

HttpHeadAttribute(String)

Tworzy nowy HttpHeadAttribute przy użyciu danego szablonu trasy.

HttpHeadAttribute()

Tworzy nowy adres HttpHeadAttribute.

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

Dotyczy

HttpHeadAttribute(String)

Tworzy nowy HttpHeadAttribute przy użyciu danego szablonu 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

Szablon trasy. Nie może być zerowy.

Dotyczy