Gets the web item data source from the query string.
The value of the path parameter on the query string.
If the query string does not contain a parameter named path, the default value is returned.
string path = MainUtil.GetWebItemSource("/Home");
IWebItem item = WebFactory.GetItem(path);
MainUtil Class | Sitecore Namespace | MainUtil.GetWebItemSource Overload List