Hello, I am new here and looking for help. I found BC to be amazing, and I am hoping to simplify a task.
Question: I have some 600 pages HTML/Pages with content and I would like to replace section of those files, and output them to a file extension from *.htm to *.cshtml.
Essentially, how do I insert or replace all the files content in the folder, so that those HTML files now have
Question: I have some 600 pages HTML/Pages with content and I would like to replace section of those files, and output them to a file extension from *.htm to *.cshtml.
HTML Code:
<!-- HTML head BEGIN --> Some HTML Content <!-- head END -->
HTML Code:
<!-- HTML head BEGIN --> @{ Layout = "~/Views/Shared/_Layout.cshtml"; } <!-- head END -->
Comment