AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ExceptionUtility..::..DecryptWebResourceParameter Method

Decrypts an encrypted web resource parameter (the 'd' query string value from WebResource.axd).

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 string.

Return Value

The decrypted string, or null if decryption fails.