HttpHeadAttribute Constructors

Definition

Overloads

HttpHeadAttribute()

Creates a new HttpHeadAttribute.

HttpHeadAttribute(String)

Creates a new HttpHeadAttribute with the given route template.

HttpHeadAttribute()

Source:
HttpHeadAttribute.cs
Source:
HttpHeadAttribute.cs

Creates a new HttpHeadAttribute.

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

Applies to

HttpHeadAttribute(String)

Source:
HttpHeadAttribute.cs
Source:
HttpHeadAttribute.cs

Creates a new HttpHeadAttribute with the given route template.

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)

Parameters

template
String

The route template. May not be null.

Applies to