UrlHelper.IsLocalUrl Method

Returns a value that indicates whether the URL is local.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Overridable Function IsLocalUrl ( _
	url As String _
) As Boolean
'Usage
Dim instance As UrlHelper 
Dim url As String 
Dim returnValue As Boolean 

returnValue = instance.IsLocalUrl(url)

Parameters

url
Type: System.String
The URL.

Return Value

Type: System.Boolean
true if the URL is local; otherwise, false.
Show: