| CacheSessionWriteCookie Method |
登录写Cookie
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxprotected virtual void WriteCookie(
long id,
string flag
)
Protected Overridable Sub WriteCookie (
id As Long,
flag As String
)
protected:
virtual void WriteCookie(
long long id,
String^ flag
)
abstract WriteCookie :
id : int64 *
flag : string -> unit
override WriteCookie :
id : int64 *
flag : string -> unit Parameters
- id
- Type: SystemInt64
[Missing <param name="id"/> documentation for "M:Adf.Web.CacheSession.WriteCookie(System.Int64,System.String)"]
- flag
- Type: SystemString
[Missing <param name="flag"/> documentation for "M:Adf.Web.CacheSession.WriteCookie(System.Int64,System.String)"]
See Also