Get the content from iframe of external url
Posted
by Prasad
on Stack Overflow
See other posts from Stack Overflow
or by Prasad
Published on 2010-06-13T05:00:32Z
Indexed on
2010/06/13
5:02 UTC
Read the original article
Hit count: 294
I need to get the content(Complete html) of a page (say.: someotherdomain.com/somepage) loaded in iframe from an asp.net mvc (C#) application without using webclient or httpwebrequest.
© Stack Overflow or respective owner