-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.WebuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
Type of issue
Code doesn't work
Description
Two of the code examples given for HtmlEncode(String, Boolean) and for HtmlEncode(String, TextWriter) incorrectly encode the (Space) character.
Code Example | Incorrect Encoding | Correct Encoding |
---|---|---|
alert('XSS Attack!'); | alert('XSS Attack!'); |
alert('XSS Attack!'); |
"Anti-Cross Site Scripting Namespace" | "Anti-Cross Site Scripting Namespace" |
"Anti-Cross Site Scripting Namespace" |
Page URL
Content source URL
Document Version Independent Id
6789ad2b-05d7-e3fe-97b3-27e6ce8d971f
Article author
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.WebuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner