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.
Show: