You need to call the helpers as static methods of the page name.
For example, if you have a helper named HelpMe
in App_Code/MyHelpers.cshtml
, you would write
@MyHelpers.HelpMe(...)
You need to call the helpers as static methods of the page name.
For example, if you have a helper named HelpMe
in App_Code/MyHelpers.cshtml
, you would write
@MyHelpers.HelpMe(...)