2

Having to write

@using MyNameSpace

at the top of every view is a lot of work, is there a way to define it at one place and have the intellisense working for all the views?

Ray
  • 12,101
  • 27
  • 95
  • 137

1 Answers1

3

See this SO question and first answer

Razor Syntax @Using and Namespace Declarations fail

Community
  • 1
  • 1
Matthew Abbott
  • 60,571
  • 9
  • 104
  • 129