StyleSheetLocation Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Specifies the type of location for the style sheet for a mobile control or page.
Namespace: System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly: System.Web.Mobile (in system.web.mobile.dll)
Assembly: System.Web.Mobile (in system.web.mobile.dll)
| Member name | Description | |
|---|---|---|
| ApplicationCache | The style sheet is stored in the Application Cache. | |
| Internal | The style sheet is a set of styles within the current source file (either .aspx or .ascx). | |
| None | Not currently used. | |
| NotSet | Default value. The location has not yet been determined. | |
| PhysicalFile | The style sheet is an external physical file, such as MyStylesheet.css. | |
| SessionState | The style sheet is stored in the current Session state. |
The StyleSheetLocation enumeration is used by classes in the System.Web.UI.MobileControls.Adapters.XhtmlAdapters namespace to facilitate creating XHTML markup.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: