Canonicalize.RedirectHandler.RedirectHandler C# (CSharp) 메소드

RedirectHandler() 공개 메소드

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