다음을 통해 공유


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

매개 변수

반환

True이면 현재 엔드포인트가 ExcludeFromInteractiveRoutingAttribute선언하지 않는 Razor 구성 요소입니다.

적용 대상