Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从事 Umbraco CMS 5 项目。我有两个问题:
如何为现有视图添加控制器?
数据可以插入 Umbraco 数据库吗?例如,如果有人在网页中提交他/她的信息,则数据将保存在 Umbraco 数据库(Umbraco.sdf)中。
return View("~/Views/Umbraco/Your view name.cshtml");
您可以在 umbraco.sdf 中使用您需要的列创建自己的自定义表,并且可以使用 Sql 或 linq(如果您创建实体)提交您的信息。