RazorComponentsEndpointHttpContextExtensions.AcceptsInteractiveRouting Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.