Skip to content

Instantly share code, notes, and snippets.

@Tigraine
Created May 30, 2011 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Tigraine/998823 to your computer and use it in GitHub Desktop.
Save Tigraine/998823 to your computer and use it in GitHub Desktop.
Razor weirdness
<h2>Create</h2>
@using(Html.BeginForm()){
@{ Html.RenderPartial("form"); }
}
<h2>Create</h2>
@{ Html.RenderPartial("form"); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment