ControllerContext.IsChildAction Property
Gets a value that indicates whether the associated action method is a child action.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Property Value
Type: System.Booleantrue if the associated action method is a child action; otherwise, false.
Show: