WebPart.ServerRelativeClassResourcePath property
Gets the server-relative path to Web Part class resources.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property ServerRelativeClassResourcePath As String
Get
'Usage
Dim value As String
value = Me.ServerRelativeClassResourcePath
protected string ServerRelativeClassResourcePath { get; }
Property value
Type: System.String
A String containing the path.
Remarks
Use the path returned by the ServerRelativeClassResourcePath property to prefix resource URLs for the browser to fetch. This path does not contain a terminating slash or backslash. This path can also be used to point to a localization directory.
This property is available only at run time.