You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
In TagHelpers initial state they will not support page inspector (instrumentation). They will however work around the pre-existing instrumentation. Meaning pieces of a TagHelpers 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.