XhtmlControlAdapter.CssLocation Eigenschaft

Definition

Gibt an, ob das Stylesheet als externe physische Datei abgelegt, für die aktuelle Seite intern, im aktuellen Sitzungszustand gespeichert oder im Anwendungscache gespeichert ist. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit 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

Eigenschaftswert

Ein StyleSheetLocation-Wert. Der Standard ist NotSet, womit angegeben wird, dass der Speicherort noch nicht bestimmt wurde.

Hinweise

Diese Methode wird hauptsächlich von der .NET Framework intern verwendet.

Gilt für:

Weitere Informationen