0
這個問題是專門爲ASP.NET MVC 1.0(Scott Gu ..)第7章AJAX閱讀的。在286頁他們列出的部分內容,但不說明如何鍵入它作爲IList的如何輸入一個ViewPage作爲IList
這個問題是專門爲ASP.NET MVC 1.0(Scott Gu ..)第7章AJAX閱讀的。在286頁他們列出的部分內容,但不說明如何鍵入它作爲IList的如何輸入一個ViewPage作爲IList
您只需要將其類型:ViewPage<IList<MyCustomClass>>
所以在局部視圖的頂部是這樣的: < %@ Page Title =「」Language =「C#」MasterPageFile =「〜/ Views/Shared/Site.Master」Inherits =「System.Web.Mvc.ViewPage>」%> –
Danny
2009-06-12 16:44:06