XhtmlControlAdapter::CssLocation Property

 

Indicates whether the style sheet is located as an external physical file, is internal to the current page, is stored in the current session state, or is stored in the application cache. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

protected:
property StyleSheetLocation CssLocation {
	virtual StyleSheetLocation get();
}

Property Value

Type: System.Web.UI.MobileControls.Adapters.XhtmlAdapters::StyleSheetLocation

A StyleSheetLocation value. The default is StyleSheetLocation::NotSet, which indicates that the location has not yet been determined.

This method is primarily used by the .NET Framework internally.

.NET Framework
Available since 2.0
Return to top
Show: