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
Using @html could expose the code to a XSS attack. All data rendered on the client that can contain raw html should be serialized before being send to the client.
Using
@htmlcould expose the code to a XSS attack. All data rendered on the client that can contain raw html should be serialized before being send to the client.I will start working on this tomorrow