2017-04-13 35 views

回答

0

您可以使用或或代码在HTML5中显示您的应用程序中的第三个其他网站的网址替换External_URL。 例如:

<iframe class="embed-responsive-item" src="http://modernpathshala.com" width="600" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe> 
+0

谢谢。在框架中显示网站是正常的。当我在Chrome中尝试时,它不显示任何内容,但是当我尝试在IE中显示时,它显示“此内容无法在框架中显示”。这就是为什么我无法在我的网页上显示网站的原因。 – Ert

0
<object type="text/html" data="External_URL" width="500px" height="500px"> 
    </object> 

注:与您的网址

+0

当我在我的视图中使用像下面它不工作。 @ { ViewBag.Title =“Intranet”; Layout =“〜/ Views/Shared/_Layout.cshtml”; }

Ert

相关问题