ControllerContext.ParentActionViewContext Property

Definition

Gets an object that contains the view context information for the parent action method.

public System.Web.Mvc.ViewContext ParentActionViewContext { get; }
member this.ParentActionViewContext : System.Web.Mvc.ViewContext
Public ReadOnly Property ParentActionViewContext As ViewContext

Property Value

An object that contains the view context information for the parent action method.

Applies to