RemoteAttribute Constructor (String, String, String)
Initializes a new instance of the RemoteAttribute class using the specified action-method name, controller name, and area name.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub New ( _ action As String, _ controller As String, _ areaName As String _ ) 'Usage Dim action As String Dim controller As String Dim areaName As String Dim instance As New RemoteAttribute(action, _ controller, areaName)
Parameters
- action
- Type: System.String
The name of the action method.
- controller
- Type: System.String
The name of the controller.
- areaName
- Type: System.String
The name of the area.
Show: