This question is for someone who has read Professional ASP.NET MVC 1.0 (Scott Gu..) Chapter 7 AJAX. On page 286 they list the contents of the partial but do not show how to type it as IList
This question is for someone who has read Professional ASP.NET MVC 1.0 (Scott Gu..)
Share
You just need to type it as:
ViewPage<IList<MyCustomClass>>