I want to read XML document from a property which is created in edit mode of Episerver.
I have made one property of type 'URL to Document'. When I try to fetch it from code behind, it gives only file path. I am not able to read the content of XML file which is uploaded in property.
string XMLContent = Currentpage.Getproperty<string>("XMLFile");
Can anyone help out on this?