TagHelperFeatureProvider Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein IApplicationFeatureProvider für das 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)
- Vererbung
-
TagHelperFeatureProvider
- Implementiert
Konstruktoren
TagHelperFeatureProvider() |
Ein IApplicationFeatureProvider für das TagHelperFeature. |
Methoden
IncludePart(ApplicationPart) |
Schließen Sie ein Teil ein. |
IncludeType(TypeInfo) |
Schließen Sie einen Typ ein. |
PopulateFeature(IEnumerable<ApplicationPart>, TagHelperFeature) |
Updates die |