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 Constructor

Constructor that takes the redirection Url as argument.

[Visual Basic]
Public Sub New( _
   ByVal newRedirectUrl As String _
)
[C#]
public UrlRedirectResponse(
   string newRedirectUrl
);
[C++]
public: UrlRedirectResponse(
   String* newRedirectUrl
);
[JScript]
public function UrlRedirectResponse(
   newRedirectUrl : String
);

Parameters

newRedirectUrl
[To be supplied.]

See Also

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