ActionNameAttribute Constructor

Initializes a new instance of the ActionNameAttribute class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub New ( _
	name As String _
)
'Usage
Dim name As String 

Dim instance As New ActionNameAttribute(name)

Parameters

name
Type: System.String

Name of the action.

ExceptionCondition
ArgumentException

The name parameter is Nothing or empty.

Show: