| c# Programming Glossary: redirecthistoryA way to figure out redirection URL http://stackoverflow.com/questions/1382646/a-way-to-figure-out-redirection-url  returns public Uri Resolve Uri destination  List Uri redirectHistory new List Uri return this.Resolve destination redirectHistory.. new List Uri return this.Resolve destination redirectHistory  summary Resolves any redirects at the specified URI. summary.. param name destination The initial URI. param param name redirectHistory A collection of see cref Uri objects representing the redirect.. 
 |