RemoteAttribute Constructor

 

Initializes a new instance of the RemoteAttribute class.

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

NameDescription
System_CAPS_protmethodRemoteAttribute()

Initializes a new instance of the RemoteAttribute class.

System_CAPS_pubmethodRemoteAttribute(String)

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

System_CAPS_pubmethodRemoteAttribute(String, String)

Initializes a new instance of the RemoteAttribute class using the specified action-method name and controller name.

System_CAPS_pubmethodRemoteAttribute(String, String, AreaReference)

Initializes a new instance of the RemoteAttribute class.

System_CAPS_pubmethodRemoteAttribute(String, String, String)

Initializes a new instance of the RemoteAttribute class using the specified action-method name, controller name, and area name.

Return to top

RemoteAttribute Constructor ()

Initializes a new instance of the RemoteAttribute class.

No code example is currently available or this language may not be supported.
Return to top

RemoteAttribute Constructor (String)

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

No code example is currently available or this language may not be supported.

Parameters

routeName
Type: System.String

The route name.

Return to top

RemoteAttribute Constructor (String, String)

Initializes a new instance of the RemoteAttribute class using the specified action-method name and controller name.

No code example is currently available or this language may not be supported.

Parameters

action
Type: System.String

The name of the action method.

controller
Type: System.String

The name of the controller.

Return to top

RemoteAttribute Constructor (String, String, AreaReference)

Initializes a new instance of the RemoteAttribute class.

No code example is currently available or this language may not be supported.

Parameters

action
Type: System.String

The route name.

controller
Type: System.String

The name of the controller.

areaReference
Type: System.Web.Mvc.AreaReference

Find the controller in the root if UseRoot. Otherwise look in the current area.

Return to top

RemoteAttribute Constructor (String, String, String)

Initializes a new instance of the RemoteAttribute class using the specified action-method name, controller name, and area name.

No code example is currently available or this language may not be supported.

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.

Return to top
Show: