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.RedirectUrl

The Url to redirect to

[Visual Basic]
Public Property RedirectUrl As String
[C#]
public string RedirectUrl {get; set;}
[C++]
public: __property String* get_RedirectUrl();
public: __property void set_RedirectUrl(String*);
[JScript]
public function get RedirectUrl() : String;
public function set RedirectUrl(String);

See Also

UrlRedirectResponse Class | UrlRedirectResponse Members | System.Web.UI.WebControls Namespace