Class SubmitButton
Inheritance
object
Microsoft.AspNetCore.Components.ComponentBase
SubmitButton
Implements
Microsoft.AspNetCore.Components.IComponent
Microsoft.AspNetCore.Components.IHandleEvent
Microsoft.AspNetCore.Components.IHandleAfterRender
Inherited Members
Microsoft.AspNetCore.Components.ComponentBase.OnInitialized()
Microsoft.AspNetCore.Components.ComponentBase.OnInitializedAsync()
Microsoft.AspNetCore.Components.ComponentBase.OnParametersSet()
Microsoft.AspNetCore.Components.ComponentBase.OnParametersSetAsync()
Microsoft.AspNetCore.Components.ComponentBase.StateHasChanged()
Microsoft.AspNetCore.Components.ComponentBase.ShouldRender()
Microsoft.AspNetCore.Components.ComponentBase.OnAfterRender(bool)
Microsoft.AspNetCore.Components.ComponentBase.OnAfterRenderAsync(bool)
Microsoft.AspNetCore.Components.ComponentBase.InvokeAsync(System.Action)
Microsoft.AspNetCore.Components.ComponentBase.InvokeAsync(System.Func<System.Threading.Tasks.Task>)
Microsoft.AspNetCore.Components.ComponentBase.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlazoriseUI.Components
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
public class SubmitButton : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
SubmitButton()
Declaration
public SubmitButton()
Properties
Block
Declaration
[Parameter]
public bool Block { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ChildContent
Declaration
[Parameter]
public RenderFragment ChildContent { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Components.RenderFragment |
Clicked
Declaration
[Parameter]
public EventCallback Clicked { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Components.EventCallback |
Color
Declaration
[Parameter]
public Color Color { get; set; }
Property Value
| Type | Description |
|---|---|
| Blazorise.Color |
Disabled
Declaration
[Parameter]
public bool? Disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Form
Declaration
[Parameter]
public string Form { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsDisabled
Declaration
protected bool IsDisabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLoading
Declaration
protected bool IsLoading { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PreventDefaultOnSubmit
Declaration
[Parameter]
public bool PreventDefaultOnSubmit { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
SaveResourceKey
Declaration
[Parameter]
public string SaveResourceKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SaveString
Declaration
protected string SaveString { get; }
Property Value
| Type | Description |
|---|---|
| string |
StringLocalizer
Declaration
[Inject]
protected IStringLocalizer<AbpUiResource> StringLocalizer { get; set; }
Property Value
| Type | Description |
|---|---|
| Microsoft.Extensions.Localization.IStringLocalizer<T><AbpUiResource> |
Submiting
Declaration
protected bool Submiting { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Type
Declaration
[Parameter]
public ButtonType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Blazorise.ButtonType |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Overrides
Microsoft.AspNetCore.Components.ComponentBase.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)
OnClickedHandler()
Declaration
protected virtual Task OnClickedHandler()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
Microsoft.AspNetCore.Components.IComponent
Microsoft.AspNetCore.Components.IHandleEvent
Microsoft.AspNetCore.Components.IHandleAfterRender