I've implemented authorizationfilter to check if user access to the view. Along with that there is readonly attribute that needs to be attached to the view in the application.
Is context.Items only way to store the readonly property in authorization filter to retrieve it in controller.