10 references to RazorComponentEndpointInvoker
Microsoft.AspNetCore.Components.Endpoints (10)
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
53
services.TryAddScoped<IRazorComponentEndpointInvoker,
RazorComponentEndpointInvoker
>();
RazorComponentEndpointInvoker.cs (9)
23
private readonly ILogger<
RazorComponentEndpointInvoker
> _logger;
25
public RazorComponentEndpointInvoker(EndpointHtmlRenderer renderer, ILogger<
RazorComponentEndpointInvoker
> logger)
281
public static partial void BeginRenderRootComponent(ILogger<
RazorComponentEndpointInvoker
> logger, string componentType, string pageType);
284
public static partial void MiddlewareAntiforgeryValidationFailed(ILogger<
RazorComponentEndpointInvoker
> logger);
287
public static partial void MiddlewareAntiforgeryValidationSucceeded(ILogger<
RazorComponentEndpointInvoker
> logger);
290
public static partial void EndpointAntiforgeryValidationDisabled(ILogger<
RazorComponentEndpointInvoker
> logger);
293
public static partial void EndpointAntiforgeryValidationFailed(ILogger<
RazorComponentEndpointInvoker
> logger);
296
public static partial void EndpointAntiforgeryValidationSucceeded(ILogger<
RazorComponentEndpointInvoker
> logger);
299
public static partial void InteractivityDisabledForErrorHandling(ILogger<
RazorComponentEndpointInvoker
> logger);