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:
Ex. i want to render "www.google.com " html only.
My desire result like this:
Code:
<html>
<head>
<title>...</title>
</head>
<body>...</body>
</html>
Comment