Re: [Cppcms-users] Page handlers from configuration
Brought to you by:
artyom-beilis
|
From: Saikumar G. <sai...@gm...> - 2013-04-28 11:54:42
|
If there is a mapping like this
dispatcher().assign("/login", &Server::loginpage, this);
Is possible to know the assigned path ( "login") at runtime from inside
the loginpage() method ?
|