XhtmlControlAdapter.StyleSheetStorageApplicationSetting 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 在内部使用。