ActionNameAttribute Constructor
Initializes a new instance of the ActionNameAttribute class.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New ActionNameAttribute(name)
public ActionNameAttribute(
string name
)
public:
ActionNameAttribute(
String^ name
)
new :
name:string -> ActionNameAttribute
public function ActionNameAttribute(
name : String
)
Parameters
- name
Type: System.String
The name of the action.