XhtmlControlAdapter.StyleSheetStorageApplicationSetting 属性

定义

获取 Web.config 文件中部分的配置设置XhtmlCssState的值appSettings。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

protected:
 virtual property System::String ^ StyleSheetStorageApplicationSetting { System::String ^ get(); };
protected virtual string StyleSheetStorageApplicationSetting { get; }
member this.StyleSheetStorageApplicationSetting : string
Protected Overridable ReadOnly Property StyleSheetStorageApplicationSetting As String

属性值

一个字符串,包含级联样式表的路径和文件名(如果配置设置存在);否则,为 Empty.

注解

此方法主要供 .NET Framework 在内部使用。

适用于

另请参阅