Search Results for

    Show / Hide Table of Contents

    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 Source

    IsHttpHttpsUrl(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

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx