ControllerContext.ParentActionViewContext Property (System.Web.Mvc)

Switch View :
ScriptFree
.NET Framework Class Library
ControllerContext.ParentActionViewContext Property

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
Syntax

Visual Basic
Public ReadOnly Property ParentActionViewContext As ViewContext
	Get
C#
public ViewContext ParentActionViewContext { get; }
Visual C++
public:
property ViewContext^ ParentActionViewContext {
	ViewContext^ get ();
}

Property Value

Type: System.Web.Mvc.ViewContext
An object that contains the view context information for the parent action method.
See Also

Reference