我的目标是这个快照:
我尝试过的事情:
[Display(Name = "To verify, type <i>delete my account</i> below:")]
public bool DeleteAccountConfirmation { get; set; }
<div class="form-group">
<label asp-for="DeleteAccountConfirmation" class="control-label"></label>
<input asp-for="DeleteAccountConfirmation" class="form-control" />
</div>
文字<i>delete my account</i>
没有格式化(如图所示)。
我该如何解决?
谢谢!