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)
'Declaration Public ReadOnly Property ParentActionViewContext As ViewContext Get 'Usage Dim instance As ControllerContext Dim value As ViewContext value = instance.ParentActionViewContext
Property Value
Type: System.Web.Mvc.ViewContextAn object that contains the view context information for the parent action method.
Show: