OutputCacheAttribute.VaryByCustom Property

Gets or sets the vary-by-custom value.

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

function get VaryByCustom () : String 
function set VaryByCustom (value : String)

Property Value

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

Any text that represents custom output-caching requirements.

Show: