Class UploaderButtons
Customize the default text of “browse, clear, and upload” buttons with plain text.
Implements
System.IDisposable
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class UploaderButtons : SfBaseComponent, IDisposable
Constructors
UploaderButtons()
Declaration
public UploaderButtons()
Properties
Browse
Specifies the text or html content to browse button
Declaration
public string Browse { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Clear
Specifies the text or html content to clear button
Declaration
public string Clear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Upload
Specifies the text or html content to upload button
Declaration
public string Upload { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Implements
System.IDisposable