ControllerContext.ParentActionViewContext 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 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.