[This is preliminary documentation and is subject to change.]
Namespace: NFX.WebAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public static CacheControl PublicMaxAgeSec(
int maxAgeSec = 86400
)
public static CacheControl PublicMaxAgeSec(
int maxAgeSec = 86400
)
Public Shared Function PublicMaxAgeSec (
Optional maxAgeSec As Integer = 86400
) As CacheControl
Public Shared Function PublicMaxAgeSec (
Optional maxAgeSec As Integer = 86400
) As CacheControl
public:
static CacheControl PublicMaxAgeSec(
int maxAgeSec = 86400
)
public:
static CacheControl PublicMaxAgeSec(
int maxAgeSec = 86400
)
static member PublicMaxAgeSec :
?maxAgeSec : int
(* Defaults:
let _maxAgeSec = defaultArg maxAgeSec 86400
*)
-> CacheControl
static member PublicMaxAgeSec :
?maxAgeSec : int
(* Defaults:
let _maxAgeSec = defaultArg maxAgeSec 86400
*)
-> CacheControl
Return Value
Type:
CacheControl