IDirectRouteBuilder.Actions 属性

定义

获取要创建路由的操作描述符。

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)

属性值

要创建路由的操作描述符。

适用于