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 的新手,我使用 umbraco 表面控制器将数据输入数据库,通常我使用@Html.ActionLink 调用删除、编辑、详细信息等操作方法。上述功能不能在 umbraco 中使用,所以我想知道如何在 umbraco 做那种事?
如果你有一个 IPublished 项目,你可以在锚标记的 href 中调用 item.Url。这可以解决问题。