Major Features
Single web address for both traditional and mobile web sites.
Directly uses WURFL, the internet's most popular open source mobile device database.
Written specifically for the ASP.NET platform.
Integrates easily with your existing web site.
What is 51degrees.mobi Foundation?
51degrees.mobi Foundation is an ASP.NET open source module which detects all mobile devices, enhancing the information available to ASP.NET. Mobile devices can optionally be redirected to a mobile home page.
How does 51degrees.mobi Foundation work?
Http requests are intercepted by an additional HttpModule before the page handler starts to process the page. The first task of the module is to detect the device making the request and enhance the default properties provided by Microsoft. For example; the Request.Browser.ScreenPixelsWidth property will return the precise value for the mobile device. Finally the module determines if the request should be sent to a mobile home page and performs the redirection. The web.config file can be used to control how detection and redirection operate for your specific web site. For example; some sites may wish to redirect only the very first request to a mobile home page enabling the user to navigate to the traditional home page.
Guides and documentation
Example projects
Get in touch
Last edited Aug 30 at 4:22 PM by jwrosewell, version 99
|
|