Skip to content

Commit b894122

Browse files
983104: Updated
1 parent 3c050fc commit b894122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/tooltip/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ By default, the tooltip can show formatted content. To improve the layout or cre
212212
}
213213
```
214214

215-
This option is useful when rendering HTML stored as a string from a database or API. Do not render untrusted HTML without sanitization, as doing so may introduce cross-site scripting (XSS) vulnerabilities.
215+
This is useful when you need to render HTML content that's stored as a string, perhaps from a database or API.
216216

217217
![Blazor Tooltip with Content](images/blazor-tooltip-with-content.gif)
218218

0 commit comments

Comments
 (0)