SPWeb.ThemeCssUrl Property

Gets the URL for the cascading style sheets file that is used in the theme for the website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property ThemeCssUrl As String
    Get
'Usage
Dim instance As SPWeb
Dim value As String

value = instance.ThemeCssUrl
public string ThemeCssUrl { get; }

Property Value

Type: System.String
A string that contains the URL.

Remarks

Warning

This API is deprecated; use it only when the UI is in backward compatibility mode (SPWeb.UIVersion = 3).

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace