IDirectRouteBuilder.Actions Property
Gets the action descriptors to which to create a route.
Namespace: System.Web.Mvc.Routing
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
IReadOnlyCollection<ActionDescriptor> Actions { get; }
property IReadOnlyCollection<ActionDescriptor^>^ Actions {
IReadOnlyCollection<ActionDescriptor^>^ get();
}
abstract Actions : IReadOnlyCollection<ActionDescriptor> with get
ReadOnly Property Actions As IReadOnlyCollection(Of ActionDescriptor)
Property Value
Type: System.Collections.Generic.IReadOnlyCollection<ActionDescriptor>
The action descriptors to which to create a route.
See Also
IDirectRouteBuilder Interface
System.Web.Mvc.Routing Namespace
Return to top