Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 WebMarkUpContainer ,其中有下拉列表、文本文件和提交按钮。在提交时,我想要另一个 WebMarkUpContainer 中的下拉列表和文本字段的值。任何人都可以帮助我如何获得价值。
问候,沙拉特
将模型附加到包含 DropDown 和 TextField 的表单,并在两个容器之间共享模型对象。模型和模型对象在提交时得到更新,如果两个容器共享相同的模型对象(或模型),它们共享值,你就完成了。