In my App_code
, I have a helper function called FormatTelephone(string number)
in Formatter.cshtml
. I tried to access it in a partial view by @Formatter.FormatTelephone(number)
. When I test it, it says
Compiler Error Message: CS0103: The name 'Formatter' does not exist in the current context
What is the likely cause of it? Thanks!