HttpGetAttribute コンストラクター

定義

オーバーロード

HttpGetAttribute()

新しい HttpGetAttribute を作成します。

HttpGetAttribute(String)

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

HttpGetAttribute()

ソース:
HttpGetAttribute.cs
ソース:
HttpGetAttribute.cs

新しい HttpGetAttribute を作成します。

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

適用対象

HttpGetAttribute(String)

ソース:
HttpGetAttribute.cs
ソース:
HttpGetAttribute.cs

指定されたルート テンプレートを使用して新しい 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 は指定できません。

適用対象