RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPageDispatcher.OnAfterRedirectToPage Event

Occurs after the page dispatcher successfully dispatches an HTTP request message in response to an internal redirection request.

Pascal
property OnAfterRedirectToPage: TDispatchPageEvent;
C++
__property TDispatchPageEvent OnAfterRedirectToPage;

Write an OnAfterRedirectToPage event handler to take specific action after an HTTP request has been successfully redirected to a Web page module. This event only occurs if an adapter in the WebSnap application executes an adapter action whose options include a redirection (roRedirectHTTPGet or roRedirectHTTPPost), and the new target Web page module succeeds in handling the request. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!