[This is preliminary documentation and is subject to change.]
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public bool SetCacheControlHeaders(
CacheControl control,
bool force = true,
string vary = null
)
public bool SetCacheControlHeaders(
CacheControl control,
bool force = true,
string vary = null
)
Public Function SetCacheControlHeaders (
control As CacheControl,
Optional force As Boolean = true,
Optional vary As String = Nothing
) As Boolean
Public Function SetCacheControlHeaders (
control As CacheControl,
Optional force As Boolean = true,
Optional vary As String = Nothing
) As Boolean
public:
bool SetCacheControlHeaders(
CacheControl control,
bool force = true,
String^ vary = nullptr
)
public:
bool SetCacheControlHeaders(
CacheControl control,
bool force = true,
String^ vary = nullptr
)
member SetCacheControlHeaders :
control : CacheControl *
?force : bool *
?vary : string
(* Defaults:
let _force = defaultArg force true
let _vary = defaultArg vary null
*)
-> bool
member SetCacheControlHeaders :
control : CacheControl *
?force : bool *
?vary : string
(* Defaults:
let _force = defaultArg force true
let _vary = defaultArg vary null
*)
-> bool
Return Value
Type:
Boolean