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.

top
OriginalUrl
public string OriginalUrl {get; }

The original URL.

top
RedirectUrl
public string RedirectUrl {get; }

The redirect URL.

top