OutputCacheAttribute.VaryByCustom Property

Gets or sets the vary-by-custom value.

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

'Declaration
Public Property VaryByCustom As String 
	Get 
	Set
'Usage
Dim instance As OutputCacheAttribute 
Dim value As String 

value = instance.VaryByCustom

instance.VaryByCustom = value

Property Value

Type: System.String
The vary-by-custom value.

Any text that represents custom output-caching requirements.

Show: