リンクを追加したいhtml応答メッセージがあります。以下へのリンクを追加することは可能ですか?
responseMsg.InnerText = "Your postcode is in the network, so please proceed to Step 2.";
次のことを試しましたが、ユーザーコントロールがクラッシュしました。
responseMsg.InnerText = "Your postcode is in the network, so please <a href="#">proceed to Step 2</a>.";