ActionNameAttribute Class¶
Inheritance Hierarchy¶
System.Object
System.Attribute
Microsoft.AspNet.Mvc.ActionNameAttribute
Constructors¶
-
ActionNameAttribute
(System.String)¶ Arguments: - name (System.String) –
public ActionNameAttribute(string name)
-
Properties¶
-
Name
()¶ Return type: System.String public string Name { get; }
-