Show / Hide Table of Contents

Class TabItem

Inheritance
System.Object
TabItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Tab
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class TabItem

Constructors

TabItem(String, String, Boolean, String, String, Boolean)

Declaration
public TabItem(string header, string content, bool active, string id, string parentId, bool isDropdown)
Parameters
Type Name Description
System.String header
System.String content
System.Boolean active
System.String id
System.String parentId
System.Boolean isDropdown

Properties

Active

Declaration
public bool Active { get; set; }
Property Value
Type Description
System.Boolean

Content

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String

Header

Declaration
public string Header { get; set; }
Property Value
Type Description
System.String

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

IsDropdown

Declaration
public bool IsDropdown { get; set; }
Property Value
Type Description
System.Boolean

ParentId

Declaration
public string ParentId { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft