我正在使用@Html.TextBoxFor
加载并可能在编辑页面上设置附件文件路径。我可以打开文件浏览器窗口并重置该值。但是,我无法获取与页面一起加载的当前值或默认值。这是我现在使用的语法:
@Html.TextBoxFor(model => item.Filepath, new { @value = item.Filepath, @type = "file" })
我正在使用@Html.TextBoxFor
加载并可能在编辑页面上设置附件文件路径。我可以打开文件浏览器窗口并重置该值。但是,我无法获取与页面一起加载的当前值或默认值。这是我现在使用的语法:
@Html.TextBoxFor(model => item.Filepath, new { @value = item.Filepath, @type = "file" })