CHttpServer::WriteTitle
virtual void WriteTitle( CHttpServerContext* pCtxt ) const;
Parameters
pCtxt
A pointer to a CHttpServerContext object.
Remarks
This member function is called by the framework to write the title to insert between the appropriate HTML tags on the document to be transmitted back to the client.
The default implementation writes the title returned from GetTitle between the HTML tags “<Title>
“ and “</Title>
“. Override this member function to provide a different title.
CHttpServer Overview | Class Members | Hierarchy Chart
See Also CHttpServer::GetTitle