Share via


DirectRouteFactoryContext.Actions Property

Definition

Gets the action descriptors to which to create a route.

public System.Collections.Generic.IReadOnlyCollection<System.Web.Mvc.ActionDescriptor> Actions { get; }
member this.Actions : System.Collections.Generic.IReadOnlyCollection<System.Web.Mvc.ActionDescriptor>
Public ReadOnly Property Actions As IReadOnlyCollection(Of ActionDescriptor)

Property Value

The action descriptors to which to create a route.

Applies to