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)

public:
RemoteAttribute(
	String^ action, 
	String^ controller, 
	String^ 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: