SelectListItem.Selected プロパティ

定義

これが SelectListItem 選択されているかどうかを示す値を取得または設定します。 通常、このプロパティは HTML <option> 要素のselected="selected"属性としてレンダリングされます。

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

プロパティ値

適用対象