1 write to _action
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
RemoteAuthenticatorViewCore.cs (1)
29
[Parameter] public string? Action { get => _action; set =>
_action
= value?.ToLowerInvariant(); }
1 reference to _action
Microsoft.AspNetCore.Components.WebAssembly.Authentication (1)
RemoteAuthenticatorViewCore.cs (1)
29
[Parameter] public string? Action { get =>
_action
; set => _action = value?.ToLowerInvariant(); }