Gecko Property (.NET)

 

Type: Boolean

 

Returns True if the browser is built using the Gecko engine, as is the case with Netscape 6 and higher, Mozilla, and other variants. False otherwise.

 

C# Example:

<html>Gecko based browser:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.Gecko);

%>

</html>

 

See Also:

GeckoBuildDate Property (.NET)

WebKit Property (.NET)