ActionType Enumeration
This enum is used by the UrlHelper extension methods to create links within resource controllers.
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
| Member name | Description | |
|---|---|---|
| Create | Represents the create action type. | |
| Delete | Represents the delete action type. | |
| GetCreateForm | Represents the type to create form. | |
| GetUpdateForm | Represents the type to update form. | |
| Index | Represents the index action type. | |
| Retrieve | Represents the retrieve action type. | |
| Update | Represents the update action type. |
Show: