鑑於這種HTML代碼:「[」不從@ Html.DisplayText(「[」)表明,網頁不反映這個網站碼
@Html.TextBoxFor(x => x.CountryName, new { placeholder = "Country", @class = "input-medium", customerui = "Country" })
@Html.DisplayText(" [ ")
@Html.DisplayTextFor(x => x.CountryName)
@Html.DisplayText(" ] ")
@Html.DisplayTextFor(x => x.CountryFootnote)
的期望是,以下是所示:
- 輸入文本框[VC]聖文森特和格林納丁斯
但相反,「[」和「]」缺失?
也許你需要使用字符代碼。 '''''''['''''']''。儘管沒有使用剃刀。 – Turnip 2014-10-08 12:07:24
請參閱此處的答案:http://stackoverflow.com/questions/14387396/html-displaytext-will-not-actually-display-text – 2014-10-08 12:09:47
您的問題的答案是鏈接中的第二個由@AndrewKarpov發佈 – melancia 2014-10-08 12:18:25