UrlHelper.IsLocalUrl(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a value that indicates whether the URL is local.
public virtual bool IsLocalUrl (string url);
abstract member IsLocalUrl : string -> bool
override this.IsLocalUrl : string -> bool
Public Overridable Function IsLocalUrl (url As String) As Boolean
Parameters
- url
- String
The URL.
Returns
true if the URL is local; otherwise, false.