ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance.TagHelpers Namespace / ATRTagHelper Class / Process Method
Contains information associated with the current HTML tag.
A stateful HTML element used to generate an HTML tag.

In This Topic
    Process Method (ATRTagHelper)
    In This Topic
    Synchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output.
    Syntax
    'Declaration
     
    Public Overridable Sub Process( _
       ByVal context As TagHelperContext, _
       ByVal output As TagHelperOutput _
    ) 
    public virtual void Process( 
       TagHelperContext context,
       TagHelperOutput output
    )

    Parameters

    context
    Contains information associated with the current HTML tag.
    output
    A stateful HTML element used to generate an HTML tag.
    See Also