예제 #1
0
 public static Bootstrapper AddDefaultSettings(this Bootstrapper bootstrapper) =>
 bootstrapper.AddSettingsIfNonExisting(
     new Dictionary <string, object>
 {
     { Keys.LinkHideIndexPages, true },
     { Keys.LinkHideExtensions, true },
     { Keys.UseCache, true },
     { Keys.CleanOutputPath, true }
 });