ITagHelperFactory Interface

Definition

Provides methods to create and initialize tag helpers.

public interface class ITagHelperFactory
public interface ITagHelperFactory
type ITagHelperFactory = interface
Public Interface ITagHelperFactory

Methods

CreateTagHelper<TTagHelper>(ViewContext)

Creates a new tag helper for the specified context.

Applies to