ITagHelperActivator Interface¶
Methods¶
-
Microsoft.AspNet.Mvc.Razor.ITagHelperActivator.Activate<TTagHelper>(TTagHelper, Microsoft.AspNet.Mvc.ViewContext)
When implemented in a type, activates an instantiated @!:ITagHelper-.
Arguments: - tagHelper (TTagHelper) – The <typeparamref name=”TTagHelper” /> to activate.
- context (Microsoft.AspNet.Mvc.ViewContext) – The [Microsoft.AspNet.Mvc.ViewContext]() for the executing view.
void Activate<TTagHelper>(TTagHelper tagHelper, ViewContext context)where TTagHelper : ITagHelper
-