WebControl.HasAttributes Proprietà

Definizione

Ottiene un valore che indica se sono impostati attributi per il controllo.

public:
 property bool HasAttributes { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool HasAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HasAttributes : bool
Public ReadOnly Property HasAttributes As Boolean

Valore della proprietà

Boolean

true se per il controllo sono impostati attributi; in caso contrario, false.

Attributi

Commenti

La HasAttributes proprietà restituisce true quando l'istanza ha coppie nome/valore dell'attributo WebControl .

Si applica a

Vedi anche