Share via


WebPageRenderingBase.Cache Property

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

Syntax

'Declaration
Public Overridable ReadOnly Property Cache As Cache 
    Get
'Usage
Dim instance As WebPageRenderingBase 
Dim value As Cache 

value = instance.Cache
public virtual Cache Cache { get; }
public:
virtual property Cache^ Cache {
    Cache^ get ();
}
abstract Cache : Cache 
override Cache : Cache
function get Cache () : Cache

Property Value

Type: System.Web.Caching.Cache

See Also

Reference

WebPageRenderingBase Class

System.Web.WebPages Namespace