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)

type ActionType

Member nameDescription
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.

Return to top
Show: