Share via


SelectListItem.Value 속성

정의

SelectListItem의 값을 나타내는 값을 가져오거나 설정합니다. 이 속성은 일반적으로 HTML <option> 요소의 value="..." 특성으로 렌더링됩니다.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public string Value { get; set; }
member this.Value : string with get, set
Public Property Value As String

속성 값

적용 대상