Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new Action that binds to Collection(EntityType).
Namespace:   System.Web.Http.OData.Builder
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ActionConfiguration Action(
    string name
)
public:
ActionConfiguration^ Action(
    String^ name
)
member Action : 
        name:string -> ActionConfiguration
Public Function Action (
    name As String
) As ActionConfiguration
Parameters
- name 
 Type: System.String- The name of the Action 
Return Value
Type: System.Web.Http.OData.Builder.ActionConfiguration
An ActionConfiguration to allow further configuration of the Action.
See Also
EntityCollectionConfiguration<TEntityType> Class
System.Web.Http.OData.Builder Namespace
Return to top