You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Blazor server-side rendering, we need to generate string values for each form input's name attribute so that we can map form request values back to the original model.
When using Blazor server-side rendering, we need to generate string values for each form input's
nameattribute so that we can map form request values back to the original model.This is a required step to complete #46981.