Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: HttpResponseContent Redirect(IHttpUrl)

Declaration

public static HttpResponseContent Redirect(
    IHttpUrl newUrl
)

Summary

Redirects the client to a new URL, using the HTTP status code 302 Found and making the response uncacheable.

Parameters

IHttpUrlnewUrl URL to redirect the client to.