Html.Label
takes a field to display a <label>
tag for.
It's reading your string as a nested property, and printing the name of the innermost property.
You just want to write ordinary text:
@Model.CopyToEmail
You can also call @Html.DisplayFor(m => m.CopyToEmail)
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…