RemoteAttribute Constructor (String)

Initializes a new instance of the RemoteAttribute class using the specified route name.

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

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

Dim instance As New RemoteAttribute(routeName)

Parameters

routeName
Type: System.String

The route name.

Show: