SelectTagHelper.Init(TagHelperContext) Method

Definition

Initializes the ITagHelper with the given context. Additions to Items should be done within this method to ensure they're added prior to executing the children.

public:
 override void Init(Microsoft::AspNetCore::Razor::TagHelpers::TagHelperContext ^ context);
public override void Init (Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext context);
override this.Init : Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext -> unit
Public Overrides Sub Init (context As TagHelperContext)

Parameters

context
TagHelperContext

Contains information associated with the current HTML tag.

Applies to