Type: String
Returns the entire version of the browser, including all major and minor numbers and letters, if any. Example: 4.01.03a.
C# Example:
<html>Fullversion:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.Fullversion);
%>
</html>
See Also: