Type: String
Returns the common name associated with the browser such as "Netscape", "IE", "Opera", and "Mozilla". If the visiting agent is a crawler, this property returns the name of the crawler, such as "Google".
C# Example:
<html>Browser:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.Browser);
%>
</html>
See Also: