CHttpServer::GetTitle
virtual LPCTSTR GetTitle( ) const;
Return Value
A pointer to a string containing the title.
Remarks
This member function is called by the framework to get the title of an HTML document to be sent to the client.
Override to supply your own title.