共用方式為


SelectListItem.Selected 屬性

定義

取得或設定值,這個值表示是否已選取這個 SelectListItem 。 此屬性通常會轉譯為 selected="selected" HTML <option> 專案中的屬性。

public:
 property bool Selected { bool get(); void set(bool value); };
public bool Selected { get; set; }
member this.Selected : bool with get, set
Public Property Selected As Boolean

屬性值

適用於