RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWebPageModule.OnAfterRedirectToPage Event

Occurs after the Web page module assembles a response message that represents a redirection to its Web page.

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

Write an OnAfterRedirectToPage event handler to take any final action before returns a response message that redirects the user to this Web page. For example, the OnAfterRedirectToPage event handler can make adjustments to the headers of the response message. 

This event only occurs if an adapter in the WebSnap application executes an adapter action whose options include a redirection (roRedirectHTTPGet or roRedirectHTTPPost) to this page. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!