Share via


ActionConfiguration.Returns<TReturnType> Method ()

 

Established the return type of the Action.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public ActionConfiguration Returns<TReturnType>()
public:
generic<typename TReturnType>
ActionConfiguration^ Returns()
member Returns<'TReturnType> : unit -> ActionConfiguration
Public Function Returns(Of TReturnType) As ActionConfiguration

Return Value

Type: System.Web.OData.Builder.ActionConfiguration

The type of this ActionConfiguration.

Type Parameters

  • TReturnType
    The type that is a ReturnType.

See Also

ActionConfiguration Class
System.Web.OData.Builder Namespace

Return to top