Skip to content

Instantly share code, notes, and snippets.

@zelid
Created September 20, 2013 12:48
Show Gist options
  • Select an option

  • Save zelid/6636972 to your computer and use it in GitHub Desktop.

Select an option

Save zelid/6636972 to your computer and use it in GitHub Desktop.
Post["/question"] = parameters =>
{
Question question = this.Bind();
return View["question.html", question];
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment