SessionHelperGetStr Method | Helper帮助文档 |
读取某个Session对象字符串值
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetStr( string strSessionName )
Public Shared Function GetStr ( strSessionName As String ) As String
public: static String^ GetStr( String^ strSessionName )
static member GetStr : strSessionName : string -> string
Parameters
- strSessionName
- Type: SystemString
Session对象名称
Return Value
Type: StringSession对象字符串值
See Also