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)

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.

See also

Reference

SPWebEventProperties class

SPWebEventProperties members

Microsoft.SharePoint namespace