This documentation is archived and is not being maintained.
System.Web.Mobile Namespace
Visual Studio 2010
The System.Web.Mobile namespace contains the core capabilities, including authentication and error handling, required for building ASP.NET mobile Web applications. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
The MobileCapabilities class provides a single source for accessing capability information about a client device and for performing queries against device capabilities. The MobileFormsAuthentication class supports cookieless devices by appending appropriate authentication information to the appropriate URLs.
| Class | Description | |
|---|---|---|
![]() | CookielessData | Obsolete. Encapsulates data into an encrypted FormsAuthenticationTicket for a page adapter to include in links in mobile controls. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
![]() | DeviceFilterElement | Obsolete. Represents a device-specific filter to be applied to the application. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
![]() | DeviceFilterElementCollection | Obsolete. Represents a collection of DeviceFilterElement objects. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
![]() | DeviceFiltersSection | Obsolete. Contains the collection of device filters to use in the application. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
![]() | ErrorHandlerModule | Obsolete. Traps errors and formats messages for the appropriate device. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
![]() | MobileCapabilities | Obsolete. Provides a single source for accessing capability information about a client device and for performing queries against device capabilities. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
![]() | MobileDeviceCapabilitiesSectionHandler | Obsolete. Reads the deviceFilters Element (ASP.NET Settings Schema) section of a configuration file that specifies the set of device filters for use with ASP.NET mobile controls. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
![]() | MobileErrorInfo | Obsolete. Provides a structure for reading information about an exception that occurs in a mobile application. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
![]() | MobileFormsAuthentication | Obsolete. Supports cookieless devices by appending appropriate authentication information to the appropriate URLs. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
Show:
