Class UploaderButtons
Customize the default text of browse, clear, and upload buttons with plain text.
Inherited Members
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class UploaderButtons : SfBaseComponent
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 |
---|
System.String |
Clear
Specifies the text or html content to clear button.
Declaration
public string Clear { get; set; }
Property Value
Type |
---|
System.String |
Upload
Specifies the text or html content to upload button.
Declaration
public string Upload { get; set; }
Property Value
Type |
---|
System.String |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |