I have my Action Method. [Authorize(Roles="Admin")] public ActionResult EditPosts(int id) { return View(); }. In my case I need to authorize administrators ...
確定! 回上一頁