ControllerContext.IsChildAction 속성

정의

연결된 동작 메서드가 자식 작업인지를 나타내는 값을 가져옵니다.

public virtual bool IsChildAction { get; }
member this.IsChildAction : bool
Public Overridable ReadOnly Property IsChildAction As Boolean

속성 값

연결된 작업 메서드가 자식 작업인 경우 true이고, 그렇지 않으면 false입니다.

적용 대상