ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls Namespace / AjaxSettings Class / Cache Property

In This Topic
    Cache Property (AjaxSettings)
    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