DirectRouteFactoryContext.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
public IReadOnlyCollection<ActionDescriptor> Actions { get; }
public:
property IReadOnlyCollection<ActionDescriptor^>^ Actions {
IReadOnlyCollection<ActionDescriptor^>^ get();
}
member Actions : IReadOnlyCollection<ActionDescriptor> with get
Public 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
DirectRouteFactoryContext Class
System.Web.Mvc.Routing Namespace
Return to top