ODataModelBuilder.Action(String) Method

Definition

Adds an unbound action to the builder.

public virtual Microsoft.AspNet.OData.Builder.ActionConfiguration Action (string name);
abstract member Action : string -> Microsoft.AspNet.OData.Builder.ActionConfiguration
override this.Action : string -> Microsoft.AspNet.OData.Builder.ActionConfiguration
Public Overridable Function Action (name As String) As ActionConfiguration

Parameters

name
String

The name of the action.

Returns

The configuration object for the specified action.

Applies to