Class ClaimTypeStaticBadgeComponent
Inheritance
ClaimTypeStaticBadgeComponent
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class ClaimTypeStaticBadgeComponent : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Constructors
ClaimTypeStaticBadgeComponent()
Declaration
public ClaimTypeStaticBadgeComponent()
Properties
Data
Declaration
[Parameter]
public object Data { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
Implements
Extension Methods