RAD Studio VCL Reference
|
Reports the value of the path information (if any) of the URL specified in the HTTP request message.
property PathInfo: AnsiString;
__property AnsiString PathInfo;
Read PathInfo to determine the path on the server machine where the target of the request is found. For example, given this URL:
http://www.TSite.com/art/gallery.cgi/mammals?animal=dog&color=black
the PathInfo portion is
/mammals
The TWebDispatcher object uses the PathInfo to identify the appropriate TWebActionItem for servicing the request message.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|