Mvc Html.ActionButton

前端 未结 7 1962
鱼传尺愫
鱼传尺愫 2020-12-16 01:52

Has anyone written one? I want it to behave like a link but look like a button. A form with a single button wont do it has I don\'t want any POST.

7条回答
  •  借酒劲吻你
    2020-12-16 02:21

    If you want a button that functions like a link this should work:

    
    

    If you want the button to use a controller action only a minor change is needed:

    
    

提交回复
热议问题