TagHelperFeatureProvider Class

Definition

public ref class TagHelperFeatureProvider : Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationFeatureProvider<Microsoft::AspNetCore::Mvc::Razor::TagHelpers::TagHelperFeature ^>
public class TagHelperFeatureProvider : Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider<Microsoft.AspNetCore.Mvc.Razor.TagHelpers.TagHelperFeature>
type TagHelperFeatureProvider = class
    interface IApplicationFeatureProvider<TagHelperFeature>
    interface IApplicationFeatureProvider
type TagHelperFeatureProvider = class
    interface IApplicationFeatureProvider
    interface IApplicationFeatureProvider<TagHelperFeature>
Public Class TagHelperFeatureProvider
Implements IApplicationFeatureProvider(Of TagHelperFeature)
Inheritance
TagHelperFeatureProvider
Implements

Constructors

TagHelperFeatureProvider()

Methods

IncludePart(ApplicationPart)

Include a part.

IncludeType(TypeInfo)

Include a type.

PopulateFeature(IEnumerable<ApplicationPart>, TagHelperFeature)

Updates the feature instance.

Applies to