RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDispatch.PathInfo Property

Indicates the path portion of the Uniform Resource Identifier (URI) for which the auto-dispatching component 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 auto-dispatching component that uses TWebDispatch. The Web dispatcher matches components 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, the Web dispatcher invokes the auto-dispatching object so that it can respond to the message. 

 

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