Click or drag to resize
AkLoginSvcGetHome Method
获取主页信息。

返回值包含url、mode两项信息。

Namespace: Appkit.Web.UI
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public 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