Skip to content

Instantly share code, notes, and snippets.

@shanefulmer
Created August 12, 2012 01:33
Show Gist options
  • Save shanefulmer/3328690 to your computer and use it in GitHub Desktop.
Save shanefulmer/3328690 to your computer and use it in GitHub Desktop.
Handler 1
public class Foo
{
public string Render()
{
return "this is a foo";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment