ODataModelBuilder.Action(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.