我有一个定制的azure广告注册页面,我包括了隐私政策和条款和条件链接。因此,当我点击这两个链接时,我应该能够浏览自定义隐私政策和tnc页面。
$('#lableTnC').html("I agree to the <a id='tnc' href='javascript:void(0)'>Terms and Conditions</a> of use");
如何在上面的链接中包含blob_url/termsandcontion.html?
我在html中使用过blobURL,如下所示。它工作得很好
<img src="#{BLOB_URL}#/assets/img/sample.svg" />
1条答案
按热度按时间aurhwmvo1#
您需要启用静态网站,并将文件移动到$web文件夹中,才能使用html文件。这将确保该页面被用作网页而不是文件。
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-static-website