Class WebAssemblyBlogPostUpdate
Inheritance
WebAssemblyBlogPostUpdate
Inherited Members
Namespace: Volo.CmsKit.Pro.Admin.Blazor.WebAssembly.Pages.CmsKit
Assembly: Volo.CmsKit.Pro.Admin.Blazor.WebAssembly.dll
Syntax
[ExposeServices(new Type[] { typeof(BlogPostUpdate) })]
public class WebAssemblyBlogPostUpdate : BlogPostUpdate, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
WebAssemblyBlogPostUpdate()
Declaration
public WebAssemblyBlogPostUpdate()
Properties
RemoteServiceConfigurationProvider
Declaration
[Inject]
protected IRemoteServiceConfigurationProvider RemoteServiceConfigurationProvider { get; set; }
Property Value
Type | Description |
---|---|
IRemoteServiceConfigurationProvider |
Methods
GetCoverImageUrlAsync()
Declaration
protected override Task<string> GetCoverImageUrlAsync()
Returns
Type | Description |
---|---|
Task<string> |