StyleSheetLocation Enumeration
.NET Framework 3.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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: