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.
在开发除了标准 View.ascx 和 Edit.ascx 控件之外还有其他页面的自定义模块时,我希望能够从我的模块以编程方式将项目添加到面包屑皮肤对象。这在 DNN 6.2+ 中可行吗?
是的。您必须编写自己的面包屑皮肤对象。然后,您将提供某种允许您添加到路径的钩子。我们必须在菜单中做类似的事情,所以编写了我们自己的菜单提供程序。面包屑皮肤对象有点不同但想法相同。