I am looking for a way to design a simple HTML file, and in runtime – to load it as string to the c#.
I am trying to File.Open it, but it resides in a different location than the binary code.
is there a simple way to tell the build process to load it into a string?
thanks
Ok. I used RESOURCES to load a file, and it converted to be a string… 🙂
thanks all