Class UrlHelper
Provides functions to work with urls
Inheritance
System.Object
UrlHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic
Assembly: Simplic.CoreLib.dll
Syntax
public class UrlHelper
Methods
| Improve this Doc View SourceIsHttpHttpsUrl(String)
Proof wether an url is in a correct http or https format
Declaration
public static bool IsHttpHttpsUrl(string url)
Parameters
Type | Name | Description |
---|---|---|
System.String | url | Input url |
Returns
Type | Description |
---|---|
System.Boolean | True if the url is in a correct foramt, else false |