gpt4 book ai didi

c# - Html.LabelFor 指定文本

转载 作者:IT王子 更新时间:2023-10-29 03:39:20 28 4
gpt4 key购买 nike

任何人都知道如何在使用 Html.LabelFor(c=>c.MyField) 时指定文本。只是 MyField 可能不适合在屏幕上显示,您可能需要“The Super Fantastic Field”,但似乎没有任何重载。

有什么想法吗?

最佳答案

您使用 System.ComponentModel.DataAnnotations.DisplayAttribute :

[Display(Name = "My Field")]
public string MyField { get; set; }

设置ResourceType属性上的属性将允许您使用资源文件。

(在 .NET 4 之前使用 System.ComponentModel.DisplayNameAttribute 并注意显示名称必须是编译时常量。)

关于c# - Html.LabelFor 指定文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1312880/

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