Sdílet prostřednictvím


RazorComponentsEndpointConventionBuilder Třída

Definice

Konvence sestavení, které se použijí k přizpůsobení EndpointBuilder instancí.

public sealed class RazorComponentsEndpointConventionBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
type RazorComponentsEndpointConventionBuilder = class
    interface IEndpointConventionBuilder
Public NotInheritable Class RazorComponentsEndpointConventionBuilder
Implements IEndpointConventionBuilder
Dědičnost
RazorComponentsEndpointConventionBuilder
Implementuje

Metody

Add(Action<EndpointBuilder>)

Přidá do tvůrce zadanou konvenci. Konvence se používají k přizpůsobení EndpointBuilder instancí.

Finally(Action<EndpointBuilder>)

Zaregistruje zadanou konvenci pro provádění po konvencích registrovaných prostřednictvím Add(Action<EndpointBuilder>)

Metody rozšíření

AddAdditionalAssemblies(RazorComponentsEndpointConventionBuilder, Assembly[])

Přidá daná další sestavení do aplikace komponent.

WithStaticAssets(RazorComponentsEndpointConventionBuilder, String)

Nastaví metadata ResourceAssetCollection a ImportMapDefinition pro aplikaci komponent.

DisableRequestTimeout(IEndpointConventionBuilder)

Zakáže vypršení časového limitu požadavku v koncových bodech.

WithRequestTimeout(IEndpointConventionBuilder, RequestTimeoutPolicy)

Určuje zásadu časového limitu pro koncové body.

WithRequestTimeout(IEndpointConventionBuilder, String)

Určuje zásadu časového limitu pro koncové body.

WithRequestTimeout(IEndpointConventionBuilder, TimeSpan)

Určuje časový limit pro koncové body.

ShortCircuit(IEndpointConventionBuilder, Nullable<Int32>)

Zkratové obvody koncových bodů Spuštění koncového bodu proběhne v middlewaru UseRouting místo UseEndpointu.

AddInteractiveServerRenderMode(RazorComponentsEndpointConventionBuilder)

Nakonfiguruje aplikaci tak, aby podporovala režim vykreslování InteractiveServer.

AddInteractiveServerRenderMode(RazorComponentsEndpointConventionBuilder, Action<ServerComponentsEndpointOptions>)

Mapuje Hub Blazor na výchozí cestu.

AddInteractiveWebAssemblyRenderMode(RazorComponentsEndpointConventionBuilder, Action<WebAssemblyComponentsEndpointOptions>)

Nakonfiguruje aplikaci tak, aby podporovala režim vykreslování InteractiveWebAssembly.

Platí pro