我的模型中有:
[Display(Name = "Check to enter <break> the Quantity of items")]
public bool IsLimitedQuantity { get; set; }
Run Code Online (Sandbox Code Playgroud)
我正在使用
@Html.LabelFor(shop => shop.IsLimitedQuantity)
Run Code Online (Sandbox Code Playgroud)
在我看来.
请建议我如何解决这个问题,因为标签只是按原样显示<break>,而不是打破新行.