Class IdentitySettingGroupViewComponent
Inheritance
IdentitySettingGroupViewComponent
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class IdentitySettingGroupViewComponent : AbpViewComponent
Constructors
IdentitySettingGroupViewComponent(IIdentitySettingsAppService, IFeatureChecker)
Declaration
public IdentitySettingGroupViewComponent(IIdentitySettingsAppService identitySettingsAppService, IFeatureChecker featureChecker)
Parameters
Properties
FeatureChecker
Declaration
protected IFeatureChecker FeatureChecker { get; }
Property Value
IdentitySettingsAppService
Declaration
protected IIdentitySettingsAppService IdentitySettingsAppService { get; }
Property Value
Methods
InvokeAsync()
Declaration
public virtual Task<IViewComponentResult> InvokeAsync()
Returns
Extension Methods