This documentation is archived and is not being maintained.
System.Web.Mobile Namespace
Visual Studio 2008
The System.Web.Mobile namespace contains the core capabilities, including authentication and error handling, required for building ASP.NET mobile Web applications.
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 | Encapsulates data into an encrypted FormsAuthenticationTicket for a page adapter to include in links in mobile controls. |
![]() | DeviceFilterElement | Represents a device-specific filter to be applied to the application. |
![]() | DeviceFilterElementCollection | Represents a collection of DeviceFilterElement objects. |
![]() | DeviceFiltersSection | Contains the collection of device filters to use in the application. |
![]() | ErrorHandlerModule | Traps errors and formats messages for the appropriate device. |
![]() | MobileCapabilities | Provides a single source for accessing capability information about a client device and for performing queries against device capabilities. |
![]() | 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. |
![]() | MobileErrorInfo | Provides a structure for reading information about an exception that occurs in a mobile application. |
![]() | MobileFormsAuthentication | Supports cookieless devices by appending appropriate authentication information to the appropriate URLs. |
Show:
