Freigeben über


RazorComponentsEndpointHttpContextExtensions.AcceptsInteractiveRouting Methode

Definition

Bestimmt, ob der aktuelle Endpunkt eine Razor-Komponente ist, die über interaktives Routing erreicht werden kann. Dies gilt für alle Seitenkomponenten, außer wenn sie das Attribut ExcludeFromInteractiveRoutingAttributedeklarieren.

public static bool AcceptsInteractiveRouting (this Microsoft.AspNetCore.Http.HttpContext context);
static member AcceptsInteractiveRouting : Microsoft.AspNetCore.Http.HttpContext -> bool
<Extension()>
Public Function AcceptsInteractiveRouting (context As HttpContext) As Boolean

Parameter

context
HttpContext

Die HttpContext.

Gibt zurück

True, wenn der aktuelle Endpunkt eine Razor-Komponente ist, die ExcludeFromInteractiveRoutingAttributenicht deklariert.

Gilt für: