@@ -86,7 +86,7 @@ public class BootstrapBlazorOptions : IOptions<BootstrapBlazorOptions>
8686 public string ? JSModuleVersion { get ; set ; }
8787
8888 /// <summary>
89- /// Gets or sets the table settings instance
89+ /// Gets or sets the <see cref="TableSettings"/> configuration instance
9090 /// </summary>
9191 public TableSettings TableSettings { get ; set ; } = new ( ) ;
9292
@@ -101,32 +101,32 @@ public class BootstrapBlazorOptions : IOptions<BootstrapBlazorOptions>
101101 public StepSettings StepSettings { get ; set ; } = new ( ) ;
102102
103103 /// <summary>
104- /// Gets or sets the <see cref="ConnectionHubOptions"/> configuration, default is not null
104+ /// Gets or sets the <see cref="ConnectionHubOptions"/> configuration
105105 /// </summary>
106106 public ConnectionHubOptions ConnectionHubOptions { get ; set ; } = new ( ) ;
107107
108108 /// <summary>
109- /// Gets or sets the <see cref="WebClientOptions"/> configuration, default is not null
109+ /// Gets or sets the <see cref="WebClientOptions"/> configuration
110110 /// </summary>
111111 public WebClientOptions WebClientOptions { get ; set ; } = new ( ) ;
112112
113113 /// <summary>
114- /// Gets or sets the <see cref="IpLocatorOptions"/> configuration, default is not null
114+ /// Gets or sets the <see cref="IpLocatorOptions"/> configuration
115115 /// </summary>
116116 public IpLocatorOptions IpLocatorOptions { get ; set ; } = new ( ) ;
117117
118118 /// <summary>
119- /// Gets or sets the <see cref="ScrollOptions"/> configuration, default is not null
119+ /// Gets or sets the <see cref="ScrollOptions"/> configuration
120120 /// </summary>
121121 public ScrollOptions ScrollOptions { get ; set ; } = new ( ) ;
122122
123123 /// <summary>
124- /// Gets or sets the <see cref="ContextMenuOptions"/> configuration, default is not null
124+ /// Gets or sets the <see cref="ContextMenuOptions"/> configuration
125125 /// </summary>
126126 public ContextMenuOptions ContextMenuOptions { get ; set ; } = new ( ) ;
127127
128128 /// <summary>
129- /// Gets or sets the CacheManagerOptions configuration, default is not null
129+ /// Gets or sets the CacheManagerOptions configuration
130130 /// </summary>
131131 public CacheManagerOptions CacheManagerOptions { get ; set ; } = new ( ) ;
132132
0 commit comments