I have defined an extension method in app_code like below.
public static class Extensions { public static string Hi(this object obj) { return
I don't think you can call just @Hi(). Pretty sure is has to be @this.Hi()