How can I get MvcHtmlString from DropDownListFor in controller

后端 未结 0 386
清歌不尽
清歌不尽 2021-01-25 19:04

I\'ve tried this:

public ActionResult RebuildDropDown(string selectedItem)
{
    bool error = false;
    MvcHtmlString drop = null;

    try
    {
        var hel         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题