XhtmlControlAdapter.StyleSheetStorageApplicationSetting Property

Gets the value of the XhtmlCssState configuration setting in the appSettings section of the Web.config file.

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

protected:
virtual property String^ StyleSheetStorageApplicationSetting {
	String^ get ();
}
/** @property */
protected String get_StyleSheetStorageApplicationSetting ()

protected function get StyleSheetStorageApplicationSetting () : String

Not applicable.

Property Value

A string containing the path and filename of a cascading style sheet if the configuration setting exists; otherwise, Empty.

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

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.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: