ControllerContext.IsChildAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.