I have user management module which built in MVC4. My purpose is to set permissions to each users to access controls in webpages of a master website. I don't want to hard code the permission in each web pages of my master website. I exactly want something which works in webforms , the 'Find Control' property. I have user management module which built in MV