Class AssignTabPanelItem
Inherited Members
Namespace: Volo.Abp.IdentityServer.Blazor.Components
Assembly: Volo.Abp.IdentityServer.Blazor.dll
Syntax
public class AssignTabPanelItem
Constructors
AssignTabPanelItem(string, string)
Declaration
public AssignTabPanelItem(string name, string displayName)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | displayName |
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |