HttpActionDescriptor.ReturnType Property

 

Gets the return type of the descriptor.

Namespace:   System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public abstract Type ReturnType { get; }
public:
property Type^ ReturnType {
    virtual Type^ get() abstract;
}
abstract ReturnType : Type with get
Public MustOverride ReadOnly Property ReturnType As Type

Property Value

Type: System.Type

The return type of the descriptor.

See Also

HttpActionDescriptor Class
System.Web.Http.Controllers Namespace

Return to top