- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
if (!string.IsNullOrEmpty(ReadTextFile("BrandsSitemap.xml")))
...
public string ReadTextFile(string fileName)
{
string fullPath = Server.MapPath("~/") + fileName;
StreamReader sr = new StreamReader(fullPath);
return sr.ReadToEnd();
}
wvxvw 06.04.2012 15:10 # 0
guest 06.04.2012 22:39 # +5
guest8 09.04.2019 13:02 # −999