2 writes to ReturnUrl
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticatorViewCore.cs (2)
209
AuthenticationState.
ReturnUrl
= returnUrl;
288
AuthenticationState.
ReturnUrl
= returnUrl;
2 references to ReturnUrl
Microsoft.AspNetCore.Components.WebAssembly.Authentication (2)
RemoteAuthenticatorViewCore.cs (2)
366
if (state?.
ReturnUrl
!= null)
368
return state.
ReturnUrl
;