Gold Property (.NET)

 

Type: Boolean

 

Returns whether the browser is a Gold version of the Netscape browsers. The Gold version of the Netscape browser dates back many years and is generally no longer used. This property is likely of little value to you, but still provided for backward compatibility with older BrowserHawk code which may reference this property.

 

C# Example:

<html>Gold:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.Gold);

%>

</html>