How can I detect server-side (c#, asp.net mvc) if the loaded page is within a iframe? Thanks
This is not possible, however.
and then check serverside if the querystring contains iframe=yes or with the Referer header send by the browser.