If I have a File Default.html
in my project
How can I read it in code? I need the path
./Controls/MarkdownEditor/Templates/Default.html
works too. Also I set "Copy to output directory" to "Copy if newer"
Normally using this:
Assembly.GetExecutingAssembly().GetManifestResourceStream(
"MarkDownEditMVVM.Controls.MarkDownWditor.Templates.Default.Html");
Unless you are using special namespaces.