1 instantiation of ExcludeFromInteractiveRoutingAttribute
Microsoft.AspNetCore.Components.Tests (1)
Routing\RouteTableFactoryTests.cs (1)
1161
[
ExcludeFromInteractiveRouting
]
4 references to ExcludeFromInteractiveRoutingAttribute
Microsoft.AspNetCore.Components (1)
Routing\RouteTableFactory.cs (1)
78
&& !type.IsDefined(typeof(
ExcludeFromInteractiveRoutingAttribute
)))
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\RazorComponentsEndpointHttpContextExtensions.cs (3)
25
/// attribute <see cref="
ExcludeFromInteractiveRoutingAttribute
"/>.
28
/// <returns>True if the current endpoint is a Razor component that does not declare <see cref="
ExcludeFromInteractiveRoutingAttribute
"/>.</returns>
38
static pageType => !pageType.IsDefined(typeof(
ExcludeFromInteractiveRoutingAttribute
)));