SelectListItem.Text 属性

定义

获取或设置用于在网页上显示 SelectListItem 实例的文本。

public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

属性值

用于显示选择列表项的文本。

适用于