HttpRedirectEventArgs VB.NET Reference Documentation

HttpRedirectEventArgs

Current Version: 9.5.0.72

Provides data for the Http OnHttpRedirect event.

Properties

Abort
Abort As Boolean

Set to True to abort the HTTP operation.

top
OriginalUrl
OriginalUrl As String (ReadOnly)

The original URL.

top
RedirectUrl
RedirectUrl As String (ReadOnly)

The redirect URL.

top