gpt4 book ai didi

asp.net-mvc - ascx 和 .cshtml 有什么区别?

转载 作者:行者123 更新时间:2023-12-04 15:14:59 26 4
gpt4 key购买 nike

我的 index.cshtml 中有这个:

@{
ViewBag.Title = "Home Page";
}

@{
Html.RenderPartial("~/Views/Home/Test.cshtml");
}

这在我的 Controller 中:
 [ChildActionOnly]
public ActionResult Test()
{
return View();
}

我无法理解在 RenderPartial 方法中使用 .ascx 和 .cshtml 之间的根本区别是什么?两者都对我有用。真正的区别是什么?有人可以解释一下吗?

最佳答案

有两种不同的 View 引擎可用于 asp.net mvc3 Web 应用程序。 Razor (.cshtml) 和 ASPX (*.aspx/*.ascx)。

看看这篇文章,了解它们的区别:

What is the difference between Razor and ASPX?

关于asp.net-mvc - ascx 和 .cshtml 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7345877/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com