I have defined an extension method in app_code like below.
public static class Extensions { public static string Hi(this object obj) { return
Just like a normal scenario you have to include it in a using. the razor syntaz is
@using Namespace.Namespace