Automatic.URLFollow.URLFollow C# (CSharp) Method

URLFollow() public method

public URLFollow ( ) : System
return System
        public URLFollow()
        {
            Help = "Automatic function that follows urls and grabs information about the resultant webpage.";
            Type = Types.Regex;
            AccessLevel = AccessLevels.Anyone;
        }