i want to add a hyperlink in my message like
ModelState.AddModelError("_FORM", "Please report this error <a href="asdf.aspx">Click Here</a>");
Im using asp.net mvc 2. How can i do this?
i want to add a hyperlink in my message like
ModelState.AddModelError("_FORM", "Please report this error <a href="asdf.aspx">Click Here</a>");
Im using asp.net mvc 2. How can i do this?