このURLをHyperLinkASP.NETコントロールに入力するにはどうすればよいですか?
<a href="https://plus.google.com/share?url={URL}"
onclick="javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;">
<img src="https://www.gstatic.com/images/icons/gplus-64.png" alt="Share on Google+"/>
</a>