ui-helper
ASP.NET MVC UI Template: How to mix an IList Model property with EditorFor( m => m.subModel)?
Say you have this:开发者_如何学JAVA public class ShoppingCart { public IList<CartItem> cartItems {get; set; }[详细]
2022-12-17 13:21 分类:问答Using ASP.Net MVC UI Helpers in a classic ASP.Net project
Just wondering if anyone know if in general you can use the MVC UI helpers in a classic ASP.Net project. Obviously you would have to be mindful not to you the form helper, etc. But I have some helpers[详细]
2022-12-12 14:22 分类:问答