I created the helper class
namespace SEM.API.Helpers
{
public static class Navigation
{
public static string BuildSomething(this HtmlHelper helper)
{
return "empty";
}
}
}
And added the namespace to webconfig <add namespace="SEM.API.Helpers" />
but I still getting an error:
CS1061: "System.Web.Mvc.HtmlHelper"
It isn't solved after a lot of rebuilds
BuildSomeShit:) That's a good way to piss off a moderator... I'd change it if I were you- Other users may perceive you as someone who hates your work. – Zasz Sep 19 '12 at 9:46