在Chrome中启动html文件时出现问题

时间:2019-10-11 05:27:39

标签: c# google-chrome

当我在chrome浏览器中启动html文件时,如果我们尝试在URL和ListView后面附加关键字和GUID,并由fade代替。但是,它可以与Internet Explorer正常工作。为什么?

'#'

1 个答案:

答案 0 :(得分:0)

您应该使用decodeURIComponent方法并传递arg。

processBrowser.StartInfo.Arguments = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), decodeURIComponent(arg));
相关问题