📜  如何为模型剑道 mvc 使用文本区域 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:24.181000             🧑  作者: Mango

代码示例1
@Html.TextAreaFor(x => x.Description,
    new { @class = "k-textbox", style = "width: 100%;", placeholder = "Notes... Descriptions..." })