gpt4 book ai didi

asp.net-mvc - ASP.NET MVC 编辑器模板

转载 作者:行者123 更新时间:2023-12-04 20:03:37 26 4
gpt4 key购买 nike

我有一个关于编辑器模板的问题。例如,我有一个包含日期字段、产品奖品字段和产品重量字段的模型。我已经成功地为 DateTime 和 Decimal 创建了编辑器模板。我了解到,当我对任何字段使用 EditorFor 时,它会根据字段的数据类型采用模板。

因此,当我使用:EditorFor(m=>m.DateOfBirth) 这是 DateTime 格式时,它会在 EditorTemplates 文件夹和 EditorFor(m=>m.ProductPrice)< 中查找 DateTime 模板 double 它寻找 Double 模板等)

问题是我想为 (double)ProductPrize 使用字符串格式为 ##0.00 的 Decimal 模板和格式为 ##0.0000 的另一个模板有何不同对于(双)ProductWeight?

任何帮助将不胜感激

最佳答案

您可能想要使用 EditorFor 的重载,它接受模板名称作为第二个参数,例如:

EditorFor(m=>m.ProductPrice, "PriceEditorTemplate")

更多信息:MSDN

关于asp.net-mvc - ASP.NET MVC 编辑器模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8429042/

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