HttpBrowserCapabilities.Tables Proprietà
Definizione
Ottiene un valore che indica se il browser client supporta tabelle HTML.Gets a value indicating whether the client browser supports HTML tables.
public:
property bool Tables { bool get(); };
public bool Tables { get; }
member this.Tables : bool
Public ReadOnly Property Tables As Boolean
Valore della proprietà
true
Se il client browser supporta le tabelle; in caso contrario, false
.true
if the browser client supports tables; otherwise, false
. Il valore predefinito è false
.The default is false
.