RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebActionItem.PathInfo Property

Indicates the path portion of the Uniform Resource Identifier (URI) for which the action item handles requests.

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

Set PathInfo to the path portion of the URI for the target of any request messages serviced by the action item. TWebDispatcher matches action items to request messages by comparing PathInfo with the path portion of the URI specified as the target of the request. If the PathInfo properties match, and the MethodType matches, TWebDispatcher invokes the action item to respond to the request message. 

If the action item has an associated content producer, the value of PathInfo is the name of the producer unless it is explicitly changed. 

 

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