IDirectRouteBuilder.Actions Property
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.
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.