2

我是 MVC、SPA 和所有这些方面的新手。我关注这个视频:

http://channel9.msdn.com/Events/TechDays/TechDays-2012-Belgium/199

当它处理结果时,我陷入了困境。

@{Html.UpshotContext().DataSource<DataServicesController>(x => x.GetDeliveriesForToday());}

如果 GetDeliveriesForToday 接受参数,这到底是做什么的,我应该怎么做?

var dataSource = upshot.dataSources.DeliveriesForToday;

其次,什么是dataSources?VS2011 intellisense 找不到。最后,DeliveriesForToday从哪里来?我唯一能找到的就是GetDeliveriesForToday功能。这是否意味着结果以某种方式自动剥离Get

4

1 回答 1

1

这篇文章回答了我的一些问题:

http://bartjolling.blogspot.com/2012/02/building-single-page-apps-with-aspnet.html

于 2012-05-11T05:34:04.780 回答