TagHelperFeatureProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IApplicationFeatureProvider for the TagHelperFeature.
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 |