Class GlobalResourcePublicClientProxy
Inherited Members
Namespace: Volo.CmsKit.Public.GlobalResources
Assembly: Volo.CmsKit.Public.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IGlobalResourcePublicAppService), typeof(GlobalResourcePublicClientProxy) })]
public class GlobalResourcePublicClientProxy : ClientProxyBase<IGlobalResourcePublicAppService>, ITransientDependency, IGlobalResourcePublicAppService, IApplicationService, IRemoteService
Constructors
GlobalResourcePublicClientProxy()
Declaration
public GlobalResourcePublicClientProxy()
Methods
GetGlobalScriptAsync()
Declaration
public virtual Task<GlobalResourceDto> GetGlobalScriptAsync()
Returns
Type | Description |
---|---|
Task<GlobalResourceDto> |
GetGlobalStyleAsync()
Declaration
public virtual Task<GlobalResourceDto> GetGlobalStyleAsync()
Returns
Type | Description |
---|---|
Task<GlobalResourceDto> |