RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebPageInfo.PageIsPublished Property

Indicates whether the WebSnap application automatically displays the Web page in response to request messages where the pathinfo portion of the target URL matches PageName.

Pascal
property PageIsPublished: Boolean;
C++
__property Boolean PageIsPublished;

Read PageIsPublished to determine whether the page dispatcher (TPageDispatcher) automatically calls on the associated Web page module when it receives HTTP request messages that address this Web page by name. HTTP request messages address a Web page when the pathinfo portion of their target URL matches the value of the PageName property. 

When IsPublished is false, the WebSnap application must explicitly retrieve the content for the Web page and add it to a response message. 

 

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