3
Answers

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

Photo of Sourabh Choubey

Sourabh Choubey

9y
807
1
 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)