Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UploaderButtons - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UploaderButtons

    Customize the default text of “browse, clear, and upload” buttons with plain text.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    UploaderButtons
    UploaderButtonsProps
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved