(M V C) ビューを iframeにロードしたい。しかし、iframe に読み込もうとしているビューにはアクションが含まれていないため、手動で追加しました。明確にするために、
Index.cshtl => View
public ActionResult Index() => Action of index view
{
return View()
} This view loads perfectly in iframe
今
Test.cshtml => View
No action for this view & I want to load this view in iframe.