HttpBrowserCapabilities.Frames Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si le navigateur client prend en charge les cadres HTML.
public:
property bool Frames { bool get(); };
public bool Frames { get; }
member this.Frames : bool
Public ReadOnly Property Frames As Boolean
Valeur de propriété
true
Si le navigateur client prend en charge les frames ; Sinon, false
. La valeur par défaut est false
.