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:
If the user’s JavaScript is disabled this property will not be available.
This property is not available with Internet Explorer 11+, except when running in IE Compatibility View mode.
See Also:
IECompatibilityMode Property (.NET)