A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Convert "Application.Current.Host.Source.AbsoluteUri" from Silverlight to WPF
Thomas Lauzi
1
Reputation point
I want to convert "Application.Current.Host.Source.AbsoluteUri" from Silverlight to WPF
In Silverlight I have:
string absoluteUri = Application.Current.Host.Source.AbsoluteUri;
How can this be achieved in WPF?
Regards
Developer technologies | Windows Presentation Foundation
Developer technologies | Windows Presentation Foundation
Sign in to answer