Share via


ControllerContext.ParentActionViewContext Property

Definition

Overloads

ParentActionViewContext

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

ParentActionViewContext

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