I am trying to pass data to client web part.
The data is in querystring of host web. (/basedetail.aspx?baseid=123)
I want to pass dynamic "baseid" querystring value to client web part, but I can't.
I do not see in the elements.xml, <Content Src=""> a way to pass hostweb's querystring other than predefined tokens, or static querystrings.
Is there a way to do this, or is it a limitation of apps living in separate server?