在 Silverlight 中访问 IIS 站点信息
我需要获取 Silverlight 应用程序中 IIS 站点的站点名称和端口号。如何得到它?
I need to get the site name and port number of the IIS sites in the Silverlight Application. How to get that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够从
Application.Current.Host.Source
获取此信息You should be able to get this info from
Application.Current.Host.Source