Generates a full vary by key whih is used in the base page for invalidating the pages on POST requests.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string GenerateVaryByValues(
	HttpContext context,
	OutputCacheParameters cacheParams
)
Visual Basic
Public Shared Function GenerateVaryByValues ( 
	context As HttpContext,
	cacheParams As OutputCacheParameters
) As String
Visual C++
public:
static String^ GenerateVaryByValues(
	HttpContext^ context, 
	OutputCacheParameters^ cacheParams
)
F#
static member GenerateVaryByValues : 
        context : HttpContext * 
        cacheParams : OutputCacheParameters -> string 

Parameters

context
Type: System.Web..::..HttpContext
Context.
cacheParams
Type: System.Web.UI..::..OutputCacheParameters
Cache parameters.

Return Value

Type: String
Ready to use key for page invalidation.

See Also