WebUtils.ForceReload

Creates the headers required to force the current request to not go into the client side cache, forcing a reload of the page.

This method can be called anywhere as part of the Response processing to modify the headers. Use this for any non POST pages that should never be cached.

public static void ForceReload()

Return Value

Void


See also:

Class WebUtils

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic