在 mvc 中创建标签云时出现问题

发布于 2024-11-09 23:28:23 字数 374 浏览 0 评论 0原文

我的项目包含 tagcloud,我正在遵循以下示例:

http://www.mikesdotnetting.com/Article/107/Creating-a-Tag-Cloud-using-ASP.NET-MVC-and-the-Entity-Framework

我的问题是,我无法从控制器调用操作来根据标签的频率分配不同的字体。如果有人以前通过其他示例或此示例完成过此操作,如果您能分享,我将不胜感激。

My project contains tagcloud and I am following the sample on:

http://www.mikesdotnetting.com/Article/107/Creating-a-Tag-Cloud-using-ASP.NET-MVC-and-the-Entity-Framework

My problem is, that I can't call the action from the controller to assign different fonts based on the frequency of my tags. If anyone has done this before through other examples or this example I would appreciate if you can share.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终难遇 2024-11-16 23:28:23

答案是我需要将控制器作为命名空间添加到我的视图中,以便能够调用计算频率的方法,谢谢

The answer to this is that I needed to add the controller to my view as a namespace to be able to call the method that calculates the frequency thanks

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文