Condividi tramite


SelectListItem.Value Proprietà

Definizione

Ottiene o imposta un valore che indica il valore di questo SelectListItemoggetto . Questa proprietà viene in genere sottoposta a rendering come value="..." attributo nell'elemento HTML <option> .

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

Valore della proprietà

Si applica a