次の方法で共有


RazorComponentsEndpointHttpContextExtensions.AcceptsInteractiveRouting メソッド

定義

現在のエンドポイントが、対話型ルーティングを通じて到達できる Razor コンポーネントであるかどうかを判断します。 これは、属性 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

パラメーター

戻り値

現在のエンドポイントが、ExcludeFromInteractiveRoutingAttributeを宣言しない Razor コンポーネントの場合は true。

適用対象