#bootstrap-rating.mvc (C# / MVC)
A Html Helper wrapper for the jQuery bootstrap-rating plug-in.
To install, run the following command in the Package Manager Console.
Install-Package bootstrap-rating.mvc
Add the following css
<link href="~/Content/bootstrap-rating.css" rel="stylesheet" />
and script to your project
<script src="~/Scripts/bootstrap-rating/bootstrap-rating.min.js"></script>
You're now ready to start using the control.
@Html.BootstrapRating(m => m.RatingValue)[.Start][.Step][...]
- Initial Release.