XhtmlControlAdapter.StyleSheetLocationAttributeValue 属性

定义

如果 CssLocation 特性存在,则从该特性所在的窗体获取其值。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

属性值

如果该属性存在,则为一个包含级联样式表的路径和文件名的字符串;否则为 Empty

注解

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

适用于

另请参阅