ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / TabPanelTagHelper Class / UpdateMarkup Method
A stateful HTML element used to generate an HTML tag.

In This Topic
    UpdateMarkup Method (TabPanelTagHelper)
    In This Topic
    Update the markup's attributes according to the attributes set in the taghelper.
    Syntax
    'Declaration
     
    Protected Overridable Sub UpdateMarkup( _
       ByVal output As TagHelperOutput _
    ) 
    protected virtual void UpdateMarkup( 
       TagHelperOutput output
    )

    Parameters

    output
    A stateful HTML element used to generate an HTML tag.
    See Also