Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created October 6, 2015 11:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save debugmodedotnet/f7d1b30f871be574a78c to your computer and use it in GitHub Desktop.
Save debugmodedotnet/f7d1b30f871be574a78c to your computer and use it in GitHub Desktop.
<div class="form-group">
@Html.LabelFor(model => model.StudentType, htmlAttributes: new { @class = "control-label col-md-2" })
<div class="col-md-10">
@Html.EnumRadioButton(m => m.StudentType)
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment