Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
void operator<<( LPCTSTR psz );
void operator<<( long int dw );
void operator<<( short int w );
void operator<<( const CHtmlStream& stream );
void operator<<( double d );
void operator<<( float f );
CHttpServerContext& operator<<( const CLongBinary& blob );
CHttpServerContext& operator<<( const CByteArray& array );
Remarks
The CHttpServerContext insertion (<<) operator writes the specified string or integer to the HTML stream owned by the CHttpServerContext object. The string version of the operator writes the string without modification. The integer overrides format the value as decimal text before writing it.
The operator parameters correspond directly to the ITS_ types that you can use in the ISAPI parse map.
CHttpServerContext Overview | Class Members | Hierarchy Chart
See Also Internet Server API (ISAPI) Parse Maps,