HttpBrowserCapabilitiesBase.SupportsCallback Property

Definition

When overridden in a derived class, gets a value that indicates whether the browser supports callback scripts.

public:
 virtual property bool SupportsCallback { bool get(); };
public virtual bool SupportsCallback { get; }
member this.SupportsCallback : bool
Public Overridable ReadOnly Property SupportsCallback As Boolean

Property Value

true if the browser supports callback scripts; otherwise, false.

Exceptions

Applies to