Freigeben über


HttpHeadAttribute Konstruktoren

Definition

Überlädt

HttpHeadAttribute()

Erstellt einen neuen HttpHeadAttribute.

HttpHeadAttribute(String)

Erstellt eine neue HttpHeadAttribute mit der angegebenen Routenvorlage.

HttpHeadAttribute()

Quelle:
HttpHeadAttribute.cs
Quelle:
HttpHeadAttribute.cs
Quelle:
HttpHeadAttribute.cs

Erstellt einen neuen HttpHeadAttribute.

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

Gilt für:

HttpHeadAttribute(String)

Quelle:
HttpHeadAttribute.cs
Quelle:
HttpHeadAttribute.cs
Quelle:
HttpHeadAttribute.cs

Erstellt eine neue HttpHeadAttribute mit der angegebenen Routenvorlage.

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)

Parameter

template
String

Die Routenvorlage. Darf nicht NULL sein.

Gilt für: