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
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