RazorComponentsServiceCollectionExtensions.AddRazorComponents メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Razor コンポーネントのサーバー側レンダリングに必要なサービスを登録します。
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
パラメーター
- services
- IServiceCollection
サービス コレクション。
- configure
- Action<RazorComponentsServiceOptions>
指定した RazorComponentsServiceOptions を構成する Action<T>。
戻り値
IRazorComponentsBuilder Razor コンポーネント サービスをさらに構成するために使用できる 。