I have two c# solutions. Solution A and Solution B.
There is an appsettings key in in solution A,
ie, <add key="SystemRequirementsUrl" value="Documents/Systems Requirement-January2016.pdf"/>
How can i access this value in solution B, so that in the xaml file, i can give like the following.
<HyperlinkButton x:Name="click_hyperlink"
NavigateUri = (KEY VALUE SHOULD COME HERE)
TargetName="_blank" />