Canonicalize.RedirectHandler.RedirectHandler C# (CSharp) Method

RedirectHandler() public method

Initializes a RedirectHandler with a provided redurict URL.
public RedirectHandler ( Uri location ) : System
location System.Uri The URL to which the request should be redirected.
return System
        public RedirectHandler(Uri location)
        {
            _location = location;
        }