在 mvc 中创建标签云时出现问题
我的项目包含 tagcloud,我正在遵循以下示例:
我的问题是,我无法从控制器调用操作来根据标签的频率分配不同的字体。如果有人以前通过其他示例或此示例完成过此操作,如果您能分享,我将不胜感激。
My project contains tagcloud and I am following the sample on:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是我需要将控制器作为命名空间添加到我的视图中,以便能够调用计算频率的方法,谢谢
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