mvc2中的方法调用
我是 mvc2 的新手。我的模型类中有一个方法,它将在视图中显示饼图。现在我必须在控制器的索引方法中调用此方法。谁能指导我如何做到这一点?
I am a fresher and new to mvc2.I have a method in my model class dat will display a pie chart in a view. Now i have to call this method inside the index method of the controller. Can anyone guide me how to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为模型中的方法应该提供要查看的信息,以便创建图表。
所以:
I think that the method in the model should give information to view in order to create the chart.
So: