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();
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.