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.
コントロールaspx内の値を取得するには?
サンプル。
<asp:TextBox ID="TextBox1" tag="value_test2" runat="server"></asp:TextBox>
tag="..." から値を取得したいと思います。
var value = TextBox1.Attributes["tag"].Value