What does it mean? I used a list of list in ASP.NET MVC and sent them through ViewData
of ActionResuls
to retrieve it in views.
However, when I change it to list of list, it gives me an error of HttpWebException
. When I check it inside the immediate window, it tells me that the error is:
Using the generic type 'System.Collections.Generic.List<T>' requires 1 type arguments
So, what does it mean and what did I do wrong using it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…