Class TabItem
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
Constructors
TabItem(string, string, bool, string, string?, bool)
Declaration
public TabItem(string header, string content, bool active, string id, string? parentId, bool isDropdown)
Parameters
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Content
Declaration
public string Content { get; set; }
Property Value
Declaration
public string Header { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
IsDropdown
Declaration
public bool IsDropdown { get; set; }
Property Value
ParentId
Declaration
public string? ParentId { get; set; }
Property Value
Extension Methods