Share via


IDirectRouteBuilder.Actions Property

 

Gets the action descriptors to which to create a route.

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

Syntax

IReadOnlyCollection<HttpActionDescriptor> Actions { get; }
property IReadOnlyCollection<HttpActionDescriptor^>^ Actions {
    IReadOnlyCollection<HttpActionDescriptor^>^ get();
}
abstract Actions : IReadOnlyCollection<HttpActionDescriptor> with get
ReadOnly Property Actions As IReadOnlyCollection(Of HttpActionDescriptor)

Property Value

Type: System.Collections.Generic.IReadOnlyCollection<HttpActionDescriptor>

The action descriptors to which to create a route.

See Also

IDirectRouteBuilder Interface
System.Web.Http.Routing Namespace

Return to top