SPWebEventProperties.FullUrl Property
Gets the absolute URL of the Web site for which the event occurs.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property FullUrl As String
Get
'Usage
Dim instance As SPWebEventProperties
Dim value As String
value = instance.FullUrl
public string FullUrl { get; }
Property Value
Type: System.String
A string that contains the absolute URL.