London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Read data from actor model from outside of actor

Vote:
0

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

#324645
Edited, Jun 28, 2024 8:55
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.