Redigera

Dela via


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.

Classes

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. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceFilterElementCollection

Represents a collection of DeviceFilterElement objects. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

DeviceFiltersSection

Contains the collection of device filters to use in the application. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

ErrorHandlerModule

Traps errors and formats messages for the appropriate device. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileCapabilities

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 Mobile Apps & Sites with ASP.NET.

MobileDeviceCapabilitiesSectionHandler

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 Mobile Apps & Sites with ASP.NET.

MobileErrorInfo

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 Mobile Apps & Sites with ASP.NET.

MobileFormsAuthentication

Supports cookieless devices by appending appropriate authentication information to the appropriate URLs. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Remarks

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.

See also