HttpHeadAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HttpHeadAttribute() |
Creates a new HttpHeadAttribute. |
HttpHeadAttribute(String) |
Creates a new HttpHeadAttribute with the given route template. |
HttpHeadAttribute()
- Source:
- HttpHeadAttribute.cs
- 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
- 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.