7 references to Action
Microsoft.AspNetCore.Components.WebAssembly.Authentication (7)
RemoteAuthenticatorViewCore.cs (7)
115switch (Action) 145throw new InvalidOperationException($"Invalid action '{Action}'."); 152if (_lastHandledAction == Action) 158_lastHandledAction = Action; 159Log.ProcessingAuthenticatorAction(Logger, Action); 160switch (Action) 203throw new InvalidOperationException($"Invalid action '{Action}'.");