Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Pass QueryString value into transformation View modes: 
User avatar
Member
Member
mukesh.laxkar-octalsoftware - 3/13/2012 4:26:00 AM
   
Pass QueryString value into transformation
Hi,

I want to pass QueryString value into custom transformation function .but i don't know how it is possible. please reply with code sample

thanks.

User avatar
Kentico Support
Kentico Support
kentico_janh - 3/13/2012 10:15:12 AM
   
RE:Pass QueryString value into transformation
Hello,

You can use our QueryHelper library for it:

string my_querystring = CMS.GlobalHelper.QueryHelper.GetString("querystringFromUrl", "default value");


Best regards,
Jan Hermann