Class WebAssemblyDynamicWidgetMarkdown
Inheritance
WebAssemblyDynamicWidgetMarkdown
Assembly: Volo.CmsKit.Pro.Admin.Blazor.WebAssembly.dll
Syntax
public class WebAssemblyDynamicWidgetMarkdown : DynamicWidgetMarkdown
Constructors
WebAssemblyDynamicWidgetMarkdown()
Declaration
public WebAssemblyDynamicWidgetMarkdown()
Properties
RemoteServiceOptions
Declaration
[Inject]
protected IOptions<AbpRemoteServiceOptions> RemoteServiceOptions { get; set; }
Property Value
Type |
Description |
IOptions<AbpRemoteServiceOptions> |
|
Methods
GetUploadUrl(string)
Declaration
protected override string GetUploadUrl(string url)
Parameters
Type |
Name |
Description |
string |
url |
|
Returns
Overrides