我正在尝试在ASP.NET MVC中使用安全性修剪过的操作链接,并考虑使用SecurityTrimmedActionLink助手方法 (经过一些修改)。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Security.Principal;
using System.Web.Routing;
using System.Web.Mvc;
using System.Collections;
using System.Reflection;
namesp