我想在 iframe 中加载(MV C)视图。但是我试图在 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.