StyleSheetLocation Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Return to top
Specifies the type of location for the style sheet for a mobile control or page. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: