Click or drag to resize

EAPEncodeDecodeUriXSSComponent Method

Decode a URI component that was encoded using EncodeUriXSSComponent(String).

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
)

Parameters

s
Type: SystemString
The string to decode.

Return Value

Type: String
The 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