NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UrlRedirectResponse Class

A UrlRedirectResponse object is returned by the ProcessClick() method of the AdRotatorUtilityModule when the user clicks on an AdRotator; the UrlRedirectResponse object stores information about the Url to which the client should be redirected, and the HttpInvokeHandler converts the UrlRedirectResponse into Http and HTML text sent to the client to do the actual redirection.

Object
   UrlRedirectResponse

[Visual Basic]
Public Class UrlRedirectResponse
[C#]
public class UrlRedirectResponse
[C++]
public __gc class UrlRedirectResponse
[JScript]
public class UrlRedirectResponse

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

UrlRedirectResponse Members | System.Web.UI.WebControls Namespace