Posts tagged “Razor”

Working with Blog Categories in Razor Views

Scott Walker · Aug 13, 2013

In this example, a blog post can be associated with multiple categories (MVC3, Razor, etc.). To allow editors to select which categories apply to a blog, the view loops through all available categories and renders a checkbox for each one.

đŸ’Ŧ 0 Razor