BuiltInReplacementSettingsEditUserPageUrl Property

编辑用户页面 Url。

Definition

Namespace: QuickAdmin.Common.Configuration
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
public string EditUserPageUrl { get; set; }

Property Value

string

Remarks

管理员新增/编辑用户时使用的页面。相对 Url,设置时不要以 "~" 或 "/" 打头。

See Also