共用方式為


SelectListItem.Selected 屬性

定義

取得或設定值,這個值表示是否已 SelectListItem 選取 實例。

public bool Selected { get; set; }
member this.Selected : bool with get, set
Public Property Selected As Boolean

屬性值

如果選取選取清單專案,則為 true;否則為 false。

適用於