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