I have two MVC views. The parent view uses Html.RenderAction to render a child view.
How, from within the base controller, can I identify whether the current view is an independent view or, whether it being rendered within a parent view using Html.RenderAction?