To block the request and have the user redirected to another location specify the destination URL here. Default is null.

Namespace: Composite.Core.WebClient.Renderings
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public Uri RedirectRequesterTo { get; set; }
Visual Basic
Public Property RedirectRequesterTo As Uri
	Get
	Set
Visual C++
public:
property Uri^ RedirectRequesterTo {
	Uri^ get ();
	void set (Uri^ value);
}

See Also