最佳答案
我知道在Razor中,@Html做了一堆整洁的事情,比如为链接、输入生成HTML等。
但是我没有得到DisplayFor函数…
我为什么要写:
@Html.DisplayFor(model => model.Title)
我只需要写:
@Model.Title