[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.StylesTagHelper.Process

Process Method

Process(TagHelperContext, TagHelperOutput)

Synchronously executes the TagHelper with the given context and output.

Declaration
public override void Process(TagHelperContext context, TagHelperOutput output)
Parameters
Type Name Description
TagHelperContext context

Contains information associated with the current HTML tag.

TagHelperOutput output

A stateful HTML element used to generate an HTML tag.

Overrides