Trying to use the code in an existing project that uses @html extensions.
The issue that arises is that the compilation always fails with these errors:
error CS0103: The name 'Html' does not exist in the current context
Even isolating the test and adding @Html.Raw('test') to the Index.cshtml produces this result.
Any thoughts?

Trying to use the code in an existing project that uses @html extensions.
The issue that arises is that the compilation always fails with these errors:
error CS0103: The name 'Html' does not exist in the current context
Even isolating the test and adding @Html.Raw('test') to the Index.cshtml produces this result.
Any thoughts?