ConfigurationLoaderResolveAppSetting Method |
Namespace: VDS.RDF.Configuration
[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.ResolveAppSetting(VDS.RDF.IGraph,VDS.RDF.INode)"]
These special URIs have the form <appsetting:Key> where Key is the key for an appSetting in your applications configuration file. When used these URIs are resolved at load time into the actual values from your configuration file. This allows you to avoid spreading configuration data over multiple files since you can specify things like connection settings in the Application Config file and then simply reference them in the dotNetRDF configuration file.
Warning: This feature is not supported in the Silverlight build.