MCQs > IT & Programming > ASP.NET > Users with which Role(s) will be able to use TestController defined below? [Authorize(Roles = 'Admin')] [Authorize(Roles = 'Group')] public class TestController : Controller { ... }

ASP.NET MCQs

Users with which Role(s) will be able to use TestController defined below? [Authorize(Roles = "Admin")] [Authorize(Roles = "Group")] public class TestController : Controller { ... }

Answer

Correct Answer: With "Admin" AND "Group" roles

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More ASP.NET MCQ Questions