RazorComponentsEndpointConventionBuilderExtensions.WithBrowserConfiguration メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての Razor コンポーネント エンドポイントの DOM コメントとしてブラウザーに出力される BrowserConfiguration を構成します。
public static Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder WithBrowserConfiguration(this Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder builder, Action<Microsoft.AspNetCore.Components.BrowserConfiguration> configure);
static member WithBrowserConfiguration : Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder * Action<Microsoft.AspNetCore.Components.BrowserConfiguration> -> Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder
<Extension()>
Public Function WithBrowserConfiguration (builder As RazorComponentsEndpointConventionBuilder, configure As Action(Of BrowserConfiguration)) As RazorComponentsEndpointConventionBuilder
パラメーター
- configure
- Action<BrowserConfiguration>
BrowserConfigurationを構成するアクション。
返品
RazorComponentsEndpointConventionBuilder。