다음을 통해 공유


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

속성 값

적용 대상