|
190 | 190 | </summary> |
191 | 191 | <returns>The <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" /> so that configure calls can be chained in it.</returns> |
192 | 192 | <remarks> |
193 | | - The <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method. |
| 193 | + The <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method. |
194 | 194 | </remarks> |
195 | 195 | </Docs> |
196 | 196 | </Member> |
|
254 | 254 | </summary> |
255 | 255 | <returns>The <see cref="T:Microsoft.Extensions.Options.OptionsBuilder`1" /> so that configure calls can be chained in it.</returns> |
256 | 256 | <remarks> |
257 | | - The <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method. |
| 257 | + The <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart``1(Microsoft.Extensions.Options.OptionsBuilder{``0})" /> extension is called by this method. |
258 | 258 | </remarks> |
259 | 259 | </Docs> |
260 | 260 | </Member> |
|
290 | 290 | <param name="configureOptions">The action used to configure the options.</param> |
291 | 291 | <summary> |
292 | 292 | Registers an action used to configure a particular type of options. |
293 | | - Note: These are run before all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
| 293 | + Note: These are run before all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
294 | 294 | </summary> |
295 | 295 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns> |
296 | 296 | <remarks>To be added.</remarks> |
|
337 | 337 | <param name="configureOptions">The action used to configure the options.</param> |
338 | 338 | <summary> |
339 | 339 | Registers an action used to configure a particular type of options. |
340 | | - Note: These are run before all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
| 340 | + Note: These are run before all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.PostConfigure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
341 | 341 | </summary> |
342 | 342 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns> |
343 | 343 | <remarks>To be added.</remarks> |
|
524 | 524 | <param name="configureOptions">The action used to configure the options.</param> |
525 | 525 | <summary> |
526 | 526 | Registers an action used to initialize a particular type of options. |
527 | | - Note: These are run after all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
| 527 | + Note: These are run after all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
528 | 528 | </summary> |
529 | 529 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns> |
530 | 530 | <remarks>To be added.</remarks> |
|
571 | 571 | <param name="configureOptions">The action used to configure the options.</param> |
572 | 572 | <summary> |
573 | 573 | Registers an action used to configure a particular type of options. |
574 | | - Note: These are run after all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
| 574 | + Note: These are run after all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
575 | 575 | </summary> |
576 | 576 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns> |
577 | 577 | <remarks>To be added.</remarks> |
|
609 | 609 | <param name="configureOptions">The action used to configure the options.</param> |
610 | 610 | <summary> |
611 | 611 | Registers an action used to post configure all instances of a particular type of options. |
612 | | - Note: These are run after all <seealso cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
| 612 | + Note: These are run after all <see cref="M:Microsoft.Extensions.DependencyInjection.OptionsServiceCollectionExtensions.Configure``1(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action{``0})" />. |
613 | 613 | </summary> |
614 | 614 | <returns>The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection" /> so that additional calls can be chained.</returns> |
615 | 615 | <remarks>To be added.</remarks> |
|
0 commit comments