Skip to content

Instantly share code, notes, and snippets.

@simon-lang
Created April 19, 2012 05:37
Show Gist options
  • Select an option

  • Save simon-lang/2418883 to your computer and use it in GitHub Desktop.

Select an option

Save simon-lang/2418883 to your computer and use it in GitHub Desktop.
Sitecore sublayout parameters
NameValueCollection parameters = WebUtil.ParseUrlParameters(((Sitecore.Web.UI.WebControls.Sublayout) this.Parent).Parameters);
var x = parameters[“x”];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment