Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Call this function to find out whether a character is safe for use in a URL.
inline BOOL AtlIsUnsafeUrlChar(
char chIn
) throw( );
Parameters
- chIn
The character to be tested for safety.
Return Value
Returns TRUE if the input character is unsafe, FALSE otherwise.
Remarks
Characters that should not be used in URLs can be tested using this function and converted using AtlCanonicalizeUrl.
Requirements
Header: atlutil.h