[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.TabTagHelper

TabTagHelper Class

ITagHelper implementation for Tab.

Inheritance
TabTagHelper
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-tab")]
public class TabTagHelper : SettingTagHelper<Tab>, ITagHelper, ITagHelperComponent

Constructors

Name Description
TabTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

Header

Configurates Header. Sets the selector string to determine tab's header element.

IsDisabled

Configurates IsDisabled. Sets a value that determines whether this Tab is disabled.

IsVisible

Configurates IsVisible. Sets a value that determines whether this Tab is visible.

Pane

Configurates Pane. Sets the selector string to determine tab's content element.

Methods

Name Description
Process(TagHelperContext, TagHelperOutput)

Synchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output.