gpt4 book ai didi

asp.net-mvc-3 - 从ViewBag添加@ Html.TextBox值

转载 作者:行者123 更新时间:2023-12-03 15:10:49 26 4
gpt4 key购买 nike

我正在使用MVC 3 asp.net

我如何像这样从ViewBaghtml.TextBox添加项目:

@Html.TextBox("txtName",@ViewBag.Parameters.Name)


我也尝试过这个:

@Html.TextBox("txtName","@(ViewBag.Parameters.Name)")


似乎没有任何工作。

有什么建议?

最佳答案

一个公正的看法

@{
ViewBag.Title = "Index";
}

@Html.TextBox("txtTitle", (string)ViewBag.Title)


与我一起工作正常(请注意,由于无法动态调度Extension方法,因此将viewbag数据强制转换为字符串。)显然,您还必须将ViewBag.Title更改为您的属性

关于asp.net-mvc-3 - 从ViewBag添加@ Html.TextBox值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7190682/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com