You can't unless the contents of the IFrame are on your own web server. If the contents are coming from another site, then there is no way to see the content.
The best you could do is to check the URL/SRC property of the iframe using javascript and pass it to your ASPX page and then make a server-side HTTP request to that same URL in an attempt to see what the content was.