What’s the browser?
Question: I was watching you recent Web cast on Developing Mobile Applications with ASP.NET. You mentioned that it was possible to capture information about the incoming browser request to see what types of features it may support. Any chance you could give me a short example before then?
Answer: Sure but you have to still promise to attend the remaining two sessions! It’s actually pretty easy using the .NET Framework HttpBrowserCapabilities Class . This class enables the server to gather information on the capabilities of the browser that is running on the client. It contains a variety of properties that enables you to view properties on the incoming browser. <<More>>