0

I am trying to read a text file on .net however it keeps saying that the file could not be found this is the code I am using

@code { string ShipText = File.ReadAllText("~/txt/site.txt"); }

I am not sure what is happening

0 Answers0