SPSite.ServerRelativeUrl Property
Gets the server-relative URL of the root Web site in the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property ServerRelativeUrl As String
Get
'Usage
Dim instance As SPSite
Dim value As String
value = instance.ServerRelativeUrl
[ClientCallableAttribute]
public string ServerRelativeUrl { get; }
Property Value
Type: System.String
A string that contains the URL.
Remarks
The ServerRelativeUrl property contains a forward slash ("/").