Aracılığıyla paylaş


RazorComponentsServiceCollectionExtensions.AddRazorComponents Yöntem

Tanım

Razor Bileşenlerinin sunucu tarafı işlenmesi için gereken hizmetleri kaydeder.

public static Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder AddRazorComponents (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Components.Endpoints.RazorComponentsServiceOptions>? configure = default);
static member AddRazorComponents : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Components.Endpoints.RazorComponentsServiceOptions> -> Microsoft.Extensions.DependencyInjection.IRazorComponentsBuilder
<Extension()>
Public Function AddRazorComponents (services As IServiceCollection, Optional configure As Action(Of RazorComponentsServiceOptions) = Nothing) As IRazorComponentsBuilder

Parametreler

services
IServiceCollection

Hizmet koleksiyonu.

configure
Action<RazorComponentsServiceOptions>

Sağlanan öğesini yapılandırmak için birAction<T>.RazorComponentsServiceOptions

Döndürülenler

IRazorComponentsBuilder Razor bileşen hizmetlerini daha fazla yapılandırmak için kullanılabilecek bir.

Şunlara uygulanır