EAPEncodeEncodeUriXSSComponent Method |
Encode a URI component such that it will never trigger IE8 XSS Filter neutering.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string EncodeUriXSSComponent(
string s
)
Public Shared Function EncodeUriXSSComponent (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to encode.
Return Value
Type:
StringThe encoded string.
Remarks
Note that at this time a simple base 64 encoding is used and a prefix added.
See Also