public void getECFParameters() { Dictionary<string, string> urlparams = HtmlPage.Document.QueryString as Dictionary<string, string>; urlparams.TryGetValue("CAT", out ecfCAT); urlparams.TryGetValue("DOL", out ecfDate); urlparams.TryGetValue("COV", out ecfCov); urlparams.TryGetValue("POLNO", out ecfPOLNO); if (ecfCAT == "null") ecfCAT = null; if (ecfCov == "null") ecfCov = null; }
if (HtmlPage.Document.QueryString.Keys.Contains("xVal1")) xVal1 = HtmlPage.Document.QueryString["xVal1"].ToString();
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.