Compartir a través de


OptionTagHelper.Value Propiedad

Definición

Especifica un valor para el <elemento 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

Valor de propiedad

Comentarios

Se pasa al CÓDIGO HTML generado en todos los casos.

Se aplica a