troygoode / MembershipStarterKit

The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles.
http://github.com/TroyGoode/MembershipStarterKit
MIT License
198 stars 66 forks source link

MVC3 & Razor #9

Closed rtrm closed 13 years ago

rtrm commented 13 years ago

Would be very useful to have a MVC3 / Razor version.

beechtreetech commented 13 years ago

I sent Troy a patch for Razor a while back. Here are the contents if you want to add them to your fork: http://dl.dropbox.com/u/396448/RazorViewsForMemStarterKit.rar

rtrm commented 13 years ago

Thanks very much, works a charm.

Only issue I had was that View.Title needed changing to ViewBag.Title.

troygoode commented 13 years ago

Switched to MVC3 + Razor (CSHTML).