Share via


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

public ViewContext ParentActionViewContext { get; }
public:
property ViewContext^ ParentActionViewContext {
    ViewContext^ get();
}
member ParentActionViewContext : ViewContext with get
Public ReadOnly Property ParentActionViewContext As ViewContext

Property Value

Type: System.Web.Mvc.ViewContext

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

See Also

ControllerContext Class
System.Web.Mvc Namespace

Return to top