The website structure containing details oof the underlying website
コード例 #1
0
 /// <summary>
 /// Adds the default website config and params to the current website 
 /// </summary>
 public Website()
 {
     Config = new WebsiteConfig();
     WebsiteParameters = new WebsiteParameters();
 }
コード例 #2
0
ファイル: Website.cs プロジェクト: daonhan/fluent-management
 /// <summary>
 /// Adds the default website config and params to the current website
 /// </summary>
 public Website()
 {
     Config            = new WebsiteConfig();
     WebsiteParameters = new WebsiteParameters();
 }