一个winform中超连接的有关问题

求助一个winform中超连接的问题 我在winform中,有这样一个连接Process.Start(string.Format( http://www.

求助一个winform中超连接的问题

我在winform中,有这样一个连接
Process.Start(string.Format( "http://www.***.com/id={0} ",id));  
在网站中怎么取到这个id的值
请教各位.

[解决办法]
Request.QueryString[ "id "]