RazorComponentsEndpointHttpContextExtensions Class

Definition

Extensions to HttpContext for Razor component applications.

public static class RazorComponentsEndpointHttpContextExtensions
type RazorComponentsEndpointHttpContextExtensions = class
Public Module RazorComponentsEndpointHttpContextExtensions
Inheritance
RazorComponentsEndpointHttpContextExtensions

Methods

AcceptsInteractiveRouting(HttpContext)

Determines whether the current endpoint is a Razor component that can be reached through interactive routing. This is true for all page components except if they declare the attribute ExcludeFromInteractiveRoutingAttribute.

Applies to