I am using Html.Label to display some data in my MVC applilcation. When I am trying to display email address it does not render properly
Model.CopyToEmail =
Can you please look at the model OR your data source to the view to return the property value: i.e. like, Html.Encode(Model.Email)
Html.Encode(Model.Email)