Hello, I am wanting to simply get the current XAML filename so I can make a decision in a user control. Any ideas on where this value lives in Silverlight 3?
For example:
if (currentPage == "home")
homeLink.foreground = "white"
elseif (cuurentPage == "settings")
settingsLink.foreground = "white"