Share via


RazorComponentsEndpointConventionBuilder クラス

定義

インスタンスのカスタマイズ EndpointBuilder に使用されるビルド規則。

public sealed class RazorComponentsEndpointConventionBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
type RazorComponentsEndpointConventionBuilder = class
    interface IEndpointConventionBuilder
Public NotInheritable Class RazorComponentsEndpointConventionBuilder
Implements IEndpointConventionBuilder
継承
RazorComponentsEndpointConventionBuilder
実装

メソッド

Add(Action<EndpointBuilder>)

指定した規則をビルダーに追加します。 規則は、インスタンスをカスタマイズ EndpointBuilder するために使用されます。

Finally(Action<EndpointBuilder>)

によって登録された規則の後に、指定された規則を実行に登録します Add(Action<EndpointBuilder>)

拡張メソッド

AddAdditionalAssemblies(RazorComponentsEndpointConventionBuilder, Assembly[])

指定された追加のアセンブリをコンポーネント アプリケーションに追加します。

DisableRequestTimeout(IEndpointConventionBuilder)

エンドポイントの要求タイムアウトを無効にします。

WithRequestTimeout(IEndpointConventionBuilder, RequestTimeoutPolicy)

エンドポイントに対する のタイムアウト ポリシーを指定します。

WithRequestTimeout(IEndpointConventionBuilder, String)

エンドポイントに対する のタイムアウト ポリシーを指定します。

WithRequestTimeout(IEndpointConventionBuilder, TimeSpan)

エンドポイントのタイムアウトを指定します。

ShortCircuit(IEndpointConventionBuilder, Nullable<Int32>)

エンドポイントをショートサーキットします。 エンドポイントの実行は、UseEndpoint ではなく UseRouting ミドルウェアで実行されます。

AddInteractiveServerRenderMode(RazorComponentsEndpointConventionBuilder)

レンダリング モードをサポートするようにアプリケーションを InteractiveServer 構成します。

AddInteractiveWebAssemblyRenderMode(RazorComponentsEndpointConventionBuilder, Action<WebAssemblyComponentsEndpointOptions>)

レンダリング モードをサポートするようにアプリケーションを InteractiveWebAssembly 構成します。

適用対象