In my mvc5 project to disable an action link for unauthorized users i did like this
@if (User.IsInRole(\"Admin\") | User.IsInRole(\"Manager\")) { @H
<% if (Page.User.IsInRole("Admin")){ %>