3
Reply

how to get the path of xml in xaml.cs page

Sourabh Choubey

Sourabh Choubey

Aug 12 2016 11:38 AM
287
 here i get error on server.I want to load the xml file buit i got error on server.
var xDocument = XDocument.Load(Server.MapPath("~/XmlFiles/Blog.xml"));
 

Answers (3)