RazorComponentsEndpointHttpContextExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |