Is there a way to determine if the invocation of the action of the controllers is from the view using the Html.RenderAction function.
This is similar to Request.IsAjaxRequest. If the call comes from a view, I would just like to make a partial view, not a full view with the main page.
BTW Partial rendering is not a viable solution because the action retrieves additional data
model-view-controller html-helper
Marty trenouth
source share