bdawg
bdawg
CC#
Created by bdawg on 1/23/2024 in #help
Passing data structures through @value attribute of <option>
Hello; Am I allowed to pass a data structure through the value attribute of option? Normally I see the passing of @model.somevalue where somevalue is just any variable of a basic type. But what if I want to pass in @model instead and access the class through a normal callback function? How do I explicitly type cast the ChangeEventArgs e.value to represent the type I'm interested in accessing? Such as Model value = (Model).Value; Is this allowed or even possible?
4 replies