ActionType Enumeration
This enum is used by the UrlHelper extension methods to create links within resource controllers.
Namespace: Microsoft.Web.Mvc.Resources
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Syntax
public enum ActionType
public enum class ActionType
type ActionType
Public Enumeration ActionType
Members
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. |
See Also
Microsoft.Web.Mvc.Resources Namespace
Return to top