AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

WebResourceDecryptor..::..DecryptWebResourceParameter Method

Decrypts the web resource parameter.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static string DecryptWebResourceParameter(
	string webResourceParameter
)

Parameters

webResourceParameter
Type: String
The encrypted web resource parameter (d value from WebResource.axd).

Return Value

Decrypted string or null if decryption fails.