Hi, thanks for an update.
In aspx page code, you can directly access the
CMSContext...
Anyway, the macro expressions can be resolved in code using
string CMS.CMSHelper.CMSContext.CurrentResolver.ResolveMacros(string inputText)
as written in the
DevGuide Appendix A - Macro expressions.
Regards,
Zdenek C.