本文介绍了通过C#更改浏览器设置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好朋友,
通过应用程序,我正在发送邮件,并且在该邮件中,有指向Outlook日历文件的链接以进行下载.它可以在IE之外的其他环境下工作.但是在IE浏览器中,它不会下载文件.如果我更改了浏览器的安全设置,则它将下载文件.是否可以通过编码来更改用户浏览器设置.如果用户正在使用IE.如果有解决方案,请Plz帮助我.
Hello Friend,
Through aplication i am sending mail and in that mail there is link for Outlook Calender file to Download. it works in other than the IE. But in IE browser it not downloads the file. If i change the security settings for my browser then it downloads the file. Is it possible through coding to change the users browser setting. If user is using the IE. If any one has solution Plz help me.
推荐答案
if (
这篇关于通过C#更改浏览器设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!