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

定義

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

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

パラメーター

name
String

アクションの名前。

例外

パラメーターが name null または空です。

適用対象