.NET Framework Class Library
ControllerContext.ParentActionViewContext Property
Gets an object that contains the view context information for the parent action method.
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.ViewContextAn object that contains the view context information for the parent action method.
See Also