Canonicalize.RedirectHandler.RedirectHandler C# (CSharp) Méthode

RedirectHandler() public méthode

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.
Résultat System
        public RedirectHandler(Uri location)
        {
            _location = location;
        }