In Asp.net razor. How to render Html Content by using url?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LeLouch Fenette
    New Member
    • Aug 2011
    • 16

    In Asp.net razor. How to render Html Content by using url?

    I want to render the content of other sites by using razor.
    Ex. i want to render "www.google.com " html only.
    My desire result like this:
    Code:
    <html>
      <head>
        <title>...</title>
      </head>
      <body>...</body>
    </html>
    Last edited by Frinavale; Jun 18 '12, 03:02 PM. Reason: Added code tags and formatted the code.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Have you considered using an <iframe />?

    -Frinny

    Comment

    Working...