SPUrlUtility.IsUrlFull method

Gets a Boolean value indicating whether the specified URL is a full URL and not a relative URL.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function IsUrlFull ( _
    url As String _
) As Boolean
'Usage
Dim url As String
Dim returnValue As Boolean

returnValue = SPUrlUtility.IsUrlFull(url)
public static bool IsUrlFull(
    string url
)

Parameters

Return value

Type: System.Boolean
true if the URL is a full URL; otherwise, false.

See also

Reference

SPUrlUtility class

SPUrlUtility members

Microsoft.SharePoint.Utilities namespace