Response SetNoCacheHeaders Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Sets headers so all downstream, layers (browsers, proxies) do not cache response. If Force==true(default) then overrides existing headers with no cache. Returns true when headers were set

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool SetNoCacheHeaders(
	bool force = true
)

Return Value

Type: OnlineBoolean
See Also