BrowserBuild Property (.NET)

 

Type: String

 

Returns a string containing the build number of the browser. For example: "11,0,9600,16428".

 

Note: Use of this property requires the Enterprise Edition of BrowserHawk.

 

C# Example:

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("BrowserBuild");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

BrowserBuild: <% Response.Write(extBrow.BrowserBuild); %>

</html>

 

Special notes for this property:

See Also:

IECompatibilityMode Property (.NET)

ServicePack Property (.NET)

Version Property (.NET)