RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.DispatchedPageName Property

Specifies the name of the Web page module that is producing content to respond to the current request.

Pascal
property DispatchedPageName: string;
C++
__property AnsiString DispatchedPageName;

Read DispatchedPageName to determine the Web page module that is handling the current HTTP request message. Although this is typically the same as the page that the RequestedPageName property specifies, it can differ if the request was redirected to another Web page or if its use was delayed because the caller had not yet logged in. 

 

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