HttpCacheVaryByParams::SetParams Method (array<String^>^)

 

Sets an array of values which specify the HTTP GET or POST parameters to be used for varying the cache.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
void SetParams(
	array<String^>^ parameters
)

Parameters

parameters
Type: array<System::String^>^

An array of values which contain the HTTP GET or POST parameters for varying the cache.

.NET Framework
Available since 4.6.2
Return to top
Show: