This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
Enable support for instrumentation (Page Inspector) for TagHelpers #172
Closed
Description
In TagHelpers initial state they will not support page inspector (instrumentation). They will however work around the pre-existing instrumentation. Meaning pieces of a TagHelper
s body (if not ContentBehavior.Modify
) will still communicate with page inspector via instrumentation.
We need to add support for page inspector in TagHelpers. However; it's not as simple as just adding it, we need to decide how much page inspector integration we'll have with TagHelpers.