XhtmlControlAdapter.StyleSheetLocationAttributeValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從包含 CssLocation
屬性的表單中取得其值 (如果屬性存在)。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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 內部使用。