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.
javascript を使用していくつかのテキスト ボックスを動的に作成しましたが、コントローラーでそれらにアクセスしたいと考えています。コントローラー アクションでこれらのテキスト ボックスの値にアクセスする方法が必要です。
それらに「名前」属性を与えてみましたか?
Request.Form["MyTextBox"]