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
The existing section talks about streaming and moving things, but these traits can be used for more than that.
In particular, we should cover difference between Display (plain text representation) and Render (HTML representation), and how in general PreEscaped(Display) is an anti-pattern.
The text was updated successfully, but these errors were encountered:
The existing section talks about streaming and moving things, but these traits can be used for more than that.
In particular, we should cover difference between
Display
(plain text representation) andRender
(HTML representation), and how in generalPreEscaped(Display)
is an anti-pattern.The text was updated successfully, but these errors were encountered: