我需要从aspx页面将查询字符串传递给masterpage。但是特定的aspx页面并没有使用母版页参考。我只需要将一个字符串值传递给母版页。
string strUserID = Request.QueryString["Value"]
我是asp.net的新手。请帮我解决这个问题。
答案 0 :(得分:0)
访问HttpRequest
及其yourMasterPage.Context
内的属性。例如:this - https://msdn.microsoft.com/en-us/library/system.web.httprequest.querystring%28v=vs.110%29.aspx