The website structure containing details oof the underlying website
 /// <summary>
 /// Adds the default website config and params to the current website 
 /// </summary>
 public Website()
 {
     Config = new WebsiteConfig();
     WebsiteParameters = new WebsiteParameters();
 }
Exemple #2
0
 /// <summary>
 /// Adds the default website config and params to the current website
 /// </summary>
 public Website()
 {
     Config            = new WebsiteConfig();
     WebsiteParameters = new WebsiteParameters();
 }