ASP.NET MVC 3 Model Id using Route Id value

后端 未结 3 1713
执笔经年
执笔经年 2020-12-20 20:27

Scenario
Route: /template/customize/10 Where: 10 = ID of Template()

In the controller the model is created based on the template so that the Vie

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-20 20:53

    You can always choose not to use the HTML Helper in this case and use plain HTML instead:

提交回复
热议问题