In some cases I’m sending jQuery.get() requests to an Action Method, and in other cases it’s a browser request. Is there any way for me to differentiate between them so I can return different action results accordingly?
In some cases I’m sending jQuery.get() requests to an Action Method, and in other
Share
i generally use the old:
inside the controller.