获取主页信息。
返回值包含url、mode两项信息。
Namespace: Appkit.Web.UIAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static Dictionary<string, string> GetHome(
string appId,
string prjId,
string userId
)
Parameters
- appId
- Type: SystemString
应用标识。 - prjId
- Type: SystemString
工程标识。 - userId
- Type: SystemString
用户标识。
Return Value
Type:
DictionaryString,
String主页信息。
See Also