SelectListItem.Text Proprietà

Definizione

Ottiene o imposta un valore che indica il testo visualizzato dell'oggetto SelectListItem. Questa proprietà viene in genere sottoposta a rendering come html interno nell'elemento HTML <option> .

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

Valore della proprietà

Si applica a