These values are passed in the form of a Dictionairy object and they are passed as follows:
Key=Value,Key1=Value2These values can be accessed by using the following code:
private void Application_Startup(object sender, StartupEventArgs e)Please let me know if this post has helped you, and if you have any improvements or comments please feel free to post them.
{
string value = e.InitParams["Key"];
}