HttpRedirectEventArgs C# Reference Documentation
HttpRedirectEventArgs
Current Version: 9.5.0.72
Provides data for the Http OnHttpRedirect event.
Properties
Abort
public bool Abort {get; set; }
Set to true to abort the HTTP operation.
topOriginalUrl
public string OriginalUrl {get; }
The original URL.
topRedirectUrl
public string RedirectUrl {get; }
The redirect URL.
top