EAPEncodeDecodeUriXSSComponent Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static string DecodeUriXSSComponent(
string s
)
Public Shared Function DecodeUriXSSComponent (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to decode.
Return Value
Type:
StringThe decoded string if marked as XSS encoded, else the original string.
Remarks
Note that at this time a simple base 64 encoding is used and a prefix added.
See Also