HttpCachePolicyBase::SetVaryByCustom Method (String^)

 

When overridden in a derived class, specifies a text string to vary cached output responses by.

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

public:
virtual void SetVaryByCustom(
	String^ custom
)

Parameters

custom
Type: System::String^

The text string to vary cached output by.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: