次の方法で共有


DirectRouteFactoryContext.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)

プロパティ値

ルートの作成先であるアクションの説明。

適用対象