AspireMeilisearchExtensions
Class static net10.0
Provides extension methods for registering Meilisearch-related services in an
Hosting.IHostApplicationBuilder. namespace Microsoft.Extensions.Hosting;
public static class AspireMeilisearchExtensions{ // ...}Methods2
Section titled MethodsAddKeyedMeilisearchClient(IHostApplicationBuilder, string, Action<MeilisearchClientSettings>)extension Registers
MeilisearchClient as a keyed singleton for the given name in the services provided by the builder. AddMeilisearchClient(IHostApplicationBuilder, string, Action<MeilisearchClientSettings>)extension Registers
MeilisearchClient as a singleton in the services provided by the builder.