Class BuilderExtensions
public static class BuilderExtensions
- Inheritance
-
objectBuilderExtensions
Methods
AddAuthenticationStateProvider<TStateProvider>(IServiceCollection)
public static IServiceCollection AddAuthenticationStateProvider<TStateProvider>(this IServiceCollection services) where TStateProvider : AuthenticationStateProvider
Parameters
services
IServiceCollection
Returns
Type Parameters
TStateProvider