다음을 통해 공유


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)

속성 값

경로를 만들 작업 설명자입니다.

적용 대상