JavaScriptSnippetTagHelperComponent.Process Method

Definition

Appends the Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet to the head tag.

public:
 override void Process(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperContext ^ context, Microsoft::AspNetCore::Razor::TagHelpers::TagHelperOutput ^ output);
public override void Process (Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context, Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput output);
override this.Process : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext * Microsoft.AspNetCore.Razor.TagHelpers.TagHelperOutput -> unit
Public Overrides Sub Process (context As TagHelperContext, output As TagHelperOutput)

Parameters

context
TagHelperContext

The TagHelperContext associated with the head tag.

output
TagHelperOutput

The TagHelperOutput of the head tag.

Applies to