2017-04-13 34 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

相關問題