I wish to display content depending on the given role(s) of the active user , in the ASP.NET MVC.
Compare the old fashion way, using WebForms:
protec
No you would be placing it in the view file, like so actually:
<% If (User.IsInRole("Administrator")) { %> Admin text <% } %>