RazorComponentsEndpointHttpContextExtensions.AcceptsInteractiveRouting 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷目前端點是否為可透過互動式路由連線的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
參數
- context
- HttpContext
傳回
True 是表示 如果目前的端點是未宣告 ExcludeFromInteractiveRoutingAttribute的 Razor 元件。