ControllerContext.IsChildAction Property

Definition

Gets a value that indicates whether the associated action method is a child action.

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

Property Value

true if the associated action method is a child action; otherwise, false.

Applies to