RemoteAttribute Constructor
Initializes a new instance of the RemoteAttribute class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
RemoteAttribute() | Initializes a new instance of the RemoteAttribute class. |
|
RemoteAttribute(String) | Initializes a new instance of the RemoteAttribute class using the specified route name. |
|
RemoteAttribute(String, String) | Initializes a new instance of the RemoteAttribute class using the specified action-method name and controller name. |
|
RemoteAttribute(String, String, String) | Initializes a new instance of the RemoteAttribute class using the specified action-method name, controller name, and area name. |
Show: