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.
私がやりたいのは、フォーマットされた値をaspリテラルから文字列に移動することだけです。
例えば:
<asp:literal id='test'> </asp:literal>
.cs で
test.Text = '<b tag>USA</b tag>'; String newTest = test.Text;
現在、文字列 newTest で「USA」この値を取得しています。私が取得しようとしているのはUSAだけです。