Asp.net mvc 验证码刷新按钮未显示在验证码MVC中

Asp.net mvc 验证码刷新按钮未显示在验证码MVC中,asp.net-mvc,Asp.net Mvc,验证码刷新按钮没有显示,我想添加一个图像而不是按钮 string captchaenable = System.Configuration.ConfigurationManager.AppSettings["CaptchaEnabled"]; if (captchaenable == "True") { @Html.Captcha("Refresh", "<b>Captcha Code:</b>", 5, "Is required field", false)&

验证码刷新按钮没有显示,我想添加一个图像而不是按钮

string captchaenable = System.Configuration.ConfigurationManager.AppSettings["CaptchaEnabled"];

if (captchaenable == "True")
{
    @Html.Captcha("Refresh", "<b>Captcha Code:</b>", 5, "Is required field", false)<p>@ViewBag.ErrMessage</p>
}
string captchaeEnable=System.Configuration.ConfigurationManager.AppSettings[“captchaeEnabled”];
如果(captchaenable==“真”)
{
@Html.Captcha(“刷新”,“验证码代码:”,5,“是必填字段”,false)@ViewBag.ErrMessage

}