I want to make an unlimited category list, but can you help with HTML and the controller Model ;
public class Category { public int Id { get; set; } public int SubCatid { get; set; } public string Name { get; set; } public List<Category> Category1 { get; set; } }
I want to make a list of tables in the controller and help me on the side of HTML
I want to do this on the table ;
Computer
Mause