|
174 | 174 | |0x0180 - 0x024F|Characters between 0x0180 (384 decimal) and 0x024F (591 decimal). (The Unicode [Latin-Extended-B](https://www.unicode.org/charts/PDF/U0180.pdf) character range.)| |
175 | 175 | |0x0250 - 0x02AF|Characters between 0x0250 (592 decimal) and 0x02AF (687 decimal). (The Unicode [IPA Extensions](https://www.unicode.org/charts/PDF/U0250.pdf) character range.)| |
176 | 176 | |0x02B0 - 0x02FF|Characters between 0x02B0 (688 decimal) and 0x02FF (767 decimal). (The Unicode [Spacing Modifier Letters](https://www.unicode.org/charts/PDF/U02B0.pdf) character range.)| |
177 | | -|0x0300 - 0x036F|Characters between 0x0300 (768 decimal) and 0x036F (879 decimal). (The Unicode [Combining Diacritical Marks](https://www.unicode.org/charts/PDF/U0300.pdf) character range.)| |
178 | | -
|
179 | | - The following table lists examples of inputs and the corresponding encoded outputs. |
180 | | -
|
181 | | -|Input examples| Encoded outputs| |
182 | | -|-|-| |
183 | | -|`alert('XSS Attack!');`|`alert('XSS Attack!');`| |
184 | | -|`<script>alert('XSS Attack!');</script>`|`<script>alert('XSS Attack!');</script>`| |
185 | | -|`alert('XSSあAttack!');`|`alert('XSSあAttack!');`| |
186 | | - |
187 | | -|`"Anti-Cross Site Scripting Namespace"`|`"Anti-Cross Site Scripting Namespace"`| |
188 | | -
|
189 | | - To customize the safe list, call the <xref:System.Web.Security.AntiXss.AntiXssEncoder.MarkAsSafe%2A> method. |
190 | | -
|
| 177 | +|0x0300 - 0x036F|Characters between 0x0300 (768 decimal) and 0x036F (879 decimal). (The Unicode [Combining Diacritical Marks](https://www.unicode.org/charts/PDF/U0300.pdf) character range.)| |
| 178 | + |
| 179 | + The following table lists examples of inputs and the corresponding encoded outputs. |
| 180 | + |
| 181 | +|Input examples| Encoded outputs| |
| 182 | +|-|-| |
| 183 | +|`alert('XSS Attack!');`|`alert('XSS Attack!');`| |
| 184 | +|`<script>alert('XSS Attack!');</script>`|`<script>alert('XSS Attack!');</script>`| |
| 185 | +|`alert('XSSあAttack!');`|`alert('XSSあAttack!');`| |
| 186 | + |
| 187 | +|`"Anti-Cross Site Scripting Namespace"`|`"Anti-Cross Site Scripting Namespace"`| |
| 188 | + |
| 189 | + To customize the safe list, call the <xref:System.Web.Security.AntiXss.AntiXssEncoder.MarkAsSafe%2A> method. |
| 190 | + |
191 | 191 | ]]></format> |
192 | 192 | </remarks> |
193 | 193 | </Docs> |
|
279 | 279 |
|
280 | 280 | | Input | Output | |
281 | 281 | |------------------------------------------|---------------------------------------------------------------| |
282 | | -| `alert('XSS Attack!');` | `alert('XSS Attack!');` | |
| 282 | +| `alert('XSS Attack!');` | `alert('XSS Attack!');` | |
283 | 283 | | `<script>alert('XSS Attack!');</script>` | `<script>alert('XSS Attack!');</script>` | |
284 | 284 | | `alert('XSSあAttack!');` | `alert('XSSあAttack!');` | |
285 | 285 | |
286 | | -| `"Anti-Cross Site Scripting Namespace"` | `"Anti-Cross Site Scripting Namespace"` | |
| 286 | +| `"Anti-Cross Site Scripting Namespace"` | `"Anti-Cross Site Scripting Namespace"` | |
287 | 287 |
|
288 | 288 | To customize the safe list, call the <xref:System.Web.Security.AntiXss.AntiXssEncoder.MarkAsSafe%2A> method. |
289 | 289 |
|
|
367 | 367 |
|
368 | 368 | | Input | Output | |
369 | 369 | |-------|--------| |
370 | | -|`alert('XSS Attack!');`|`alert('XSS Attack!');`| |
| 370 | +|`alert('XSS Attack!');`|`alert('XSS Attack!');`| |
371 | 371 | |`<script>alert('XSS Attack!');</script>`|`<script>alert('XSS Attack!');</script>`| |
372 | 372 | |`alert('XSSあAttack!');`|`alert('XSSあAttack!');`| |
373 | 373 | |
374 | | -|`"Anti-Cross Site Scripting Namespace"`|`"Anti-Cross Site Scripting Namespace"`| |
| 374 | +|`"Anti-Cross Site Scripting Namespace"`|`"Anti-Cross Site Scripting Namespace"`| |
375 | 375 |
|
376 | 376 | To customize the safe list, call the <xref:System.Web.Security.AntiXss.AntiXssEncoder.MarkAsSafe%2A> method. |
377 | 377 |
|
|
0 commit comments