Class GlobalResourcePublicAppService
Inheritance
GlobalResourcePublicAppService
Assembly: Volo.CmsKit.Public.Application.dll
Syntax
[RequiresFeature(new string[] { "CmsKit.GlobalResourceEnable" })]
[RequiresGlobalFeature(typeof(GlobalResourcesFeature))]
public class GlobalResourcePublicAppService : ApplicationService, IAvoidDuplicateCrossCuttingConcerns, IValidationEnabled, IUnitOfWorkEnabled, IAuditingEnabled, IGlobalFeatureCheckingEnabled, ITransientDependency, IGlobalResourcePublicAppService, IApplicationService, IRemoteService
Constructors
GlobalResourcePublicAppService(GlobalResourceManager)
Declaration
public GlobalResourcePublicAppService(GlobalResourceManager globalResourceManager)
Parameters
Properties
GlobalResourceManager
Declaration
public GlobalResourceManager GlobalResourceManager { get; }
Property Value
Methods
GetGlobalScriptAsync()
Declaration
public virtual Task<GlobalResourceDto> GetGlobalScriptAsync()
Returns
GetGlobalStyleAsync()
Declaration
public virtual Task<GlobalResourceDto> GetGlobalStyleAsync()
Returns
Implements
Extension Methods