HttpHeadAttribute コンストラクター

定義

オーバーロード

HttpHeadAttribute()

新しい HttpHeadAttribute を作成します。

HttpHeadAttribute(String)

指定されたルート テンプレートを使用して新しい HttpHeadAttribute を作成します。

HttpHeadAttribute()

ソース:
HttpHeadAttribute.cs
ソース:
HttpHeadAttribute.cs

新しい HttpHeadAttribute を作成します。

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

適用対象

HttpHeadAttribute(String)

ソース:
HttpHeadAttribute.cs
ソース:
HttpHeadAttribute.cs

指定されたルート テンプレートを使用して新しい HttpHeadAttribute を作成します。

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)

パラメーター

template
String

ルート テンプレート。 null は指定できません。

適用対象