Esempio n. 1
0
        public override Uri GetUrl()
        {
            var xmlPath = HttpContext.Current.Server.MapPath("~/DataUrlXmlProvider.xml");

            System.Xml.XmlDocument doc = new System.Xml.XmlDocument();
            doc.Load(xmlPath);
            System.Xml.XmlNode node = doc.SelectSingleNode("/root/dataurl[id=1]");
            iPow.Infrastructure.Crosscutting.Function.XmlHelper xml = new Infrastructure.Crosscutting.Function.XmlHelper(xmlPath);
            return(base.GetUrl());
        }
Esempio n. 2
0
 public override Uri GetUrl()
 {
     var xmlPath = HttpContext.Current.Server.MapPath("~/DataUrlXmlProvider.xml");
     System.Xml.XmlDocument doc = new System.Xml.XmlDocument();
     doc.Load(xmlPath);
     System.Xml.XmlNode node = doc.SelectSingleNode("/root/dataurl[id=1]");
     iPow.Infrastructure.Crosscutting.Function.XmlHelper xml = new Infrastructure.Crosscutting.Function.XmlHelper(xmlPath);
     return base.GetUrl();
 }