ActionNameAttribute(String) コンストラクター

定義

新しい ActionNameAttribute インスタンスを初期化します。

public:
 ActionNameAttribute(System::String ^ name);
public ActionNameAttribute (string name);
new Microsoft.AspNetCore.Mvc.ActionNameAttribute : string -> Microsoft.AspNetCore.Mvc.ActionNameAttribute
Public Sub New (name As String)

パラメーター

name
String

アクションの名前。

適用対象