Sunday, August 21, 2011

smells like web forms

The most elementary implementation of a form in Razor is going to use as the outbound action the same route that one came into the form on.

@using (Html.BeginForm())

{

No comments:

Post a Comment