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.
Create an Action that binds to this 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.StringThe name of the action.
Return Value
Type: System.Web.Http.OData.Builder.ActionConfiguration
The ActionConfiguration to allow further configuration of the new Action.
See Also
EntityTypeConfiguration<TEntityType> Class
System.Web.Http.OData.Builder Namespace
Return to top