asp.net.ph

PartialCachingAttribute.VaryByControls Property

System.Web.UI Namespace


Returns a list of user control properties that the output cache uses to vary the user control.

[ VB ]
<AttributeUsage ( AttributeTargets.Class ) >
Public ReadOnly Property VaryByControls As String

[ C# ]
 [ AttributeUsage ( AttributeTargets.Class ) ] 
public string VaryByControls {get;}

[ C++ ]
 [ AttributeUsage ( AttributeTargets.Class ) ] 
public: __property String* get_VaryByControls ( );

[ JScript ]
public AttributeUsage ( AttributeTargets.Class )
function get VaryByControls ( ) : String;

Property Value

The list of user control properties.

See Also

PartialCachingAttribute Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph