HttpHeadAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HttpHeadAttribute() |
新しい HttpHeadAttribute を作成します。 |
HttpHeadAttribute(String) |
指定されたルート テンプレートを使用して新しい HttpHeadAttribute を作成します。 |
HttpHeadAttribute()
新しい HttpHeadAttribute を作成します。
public:
HttpHeadAttribute();
public HttpHeadAttribute ();
Public Sub New ()
適用対象
HttpHeadAttribute(String)
指定されたルート テンプレートを使用して新しい 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 は指定できません。