XhtmlControlAdapter.StyleSheetStorageApplicationSetting 属性

定义

获取 Web.config 文件中 XhtmlCssState 的节中的 appSettings 的配置设置的值。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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使用。

适用于

另请参阅