ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / AjaxSettings Class / Cache Property

In This Topic
    Cache Property
    In This Topic
    If set to false, it will force requested pages not to be cached by the browser.
    Syntax
    'Declaration
     
    Public Property Cache As System.Boolean
    public System.bool Cache {get; set;}
    See Also