Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hello!
I have a custom form container that has a custom actor with a model that has some values in it.
In the actor I can read the data in the model using the following:
IEnumerable<ActorModel> model = this.Model as IEnumerable<ActorModel>;
Is it possible to access the values in the model from outside of the actor? If so, how?
Thanks beforehand