我有这个问题:
MVC4
RAZOR VIEW ENGINE
RESTful services
- GetCategoriesBySiteId: This method get a JSON with a list of categories
- GetChildCategoriesByParent: This method get a JSON with a list of child categories by a parent id category
我的问题是,我不知道类别和他的孩子的深层次。
我需要做的是级联用户选择的下拉列表,表单必须接受的唯一类别是用户选择的类别树的最后一个子项。
如何使用Razor视图引擎在MVC4中执行此操作?