Condividi tramite


RazorComponentsEndpointHttpContextExtensions.AcceptsInteractiveRouting Metodo

Definizione

Determina se l'endpoint corrente è un componente Razor che può essere raggiunto tramite il routing interattivo. Questo vale per tutti i componenti della pagina tranne se dichiarano l'attributo ExcludeFromInteractiveRoutingAttribute.

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

Parametri

context
HttpContext

Oggetto HttpContext.

Restituisce

True se l'endpoint corrente è un componente Razor che non dichiara ExcludeFromInteractiveRoutingAttribute.

Si applica a