共用方式為


SPWeb.ThemedCssFolderUrl property

取得或設定包含用於網站佈景主題的階層式樣式表 (CSS) 檔案的資料夾的 URL。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property ThemedCssFolderUrl As String
    Get
    Set
'用途
Dim instance As SPWeb
Dim value As String

value = instance.ThemedCssFolderUrl

instance.ThemedCssFolderUrl = value
public string ThemedCssFolderUrl { get; set; }

Property value

Type: System.String
字串,包含 URL。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace

ThemeCssUrl