با سلام یک سوال فنی داشتم من دارم داخل asp.net یک iframe می نویسم بصورت زیر یک فایل General دارم یک فایل برای iframe درست کردم به نام testir.cshtml
و داخلش کد

@{
ViewBag.Title = "تست";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<iframe rel="nofollow"
src="http://x.com/"
width="100%"
height="800px"
marginheight="5"
marginwidth="5"
frameborder="0">
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>

نوشتم بعد داخل پوشه Shared فراخونیش کردم با این لینک در header.cshtml

<li><a href="@Url.Action("Testir","General")"><i class="glyphicon glyphicon-send"></i>پنل 999</a></li>

ولی کار نمی کنه لطفا راهنماییم کنیم ممنون ایا با فانکشن خاصی بنویسم چون قبلا یک فایل یکی از دوستام در اسکریپتم همین جوری بالا اورد من فانکشن ندیدم داخلش