XhtmlControlAdapter.CssLocation Property

Definition

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

protected:
 virtual property System::Web::UI::MobileControls::Adapters::XhtmlAdapters::StyleSheetLocation CssLocation { System::Web::UI::MobileControls::Adapters::XhtmlAdapters::StyleSheetLocation get(); };
protected virtual System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation CssLocation { get; }
member this.CssLocation : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.StyleSheetLocation
Protected Overridable ReadOnly Property CssLocation As StyleSheetLocation

Property Value

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

Remarks

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

Applies to

See also