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