TagHelperFeatureProvider Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um IApplicationFeatureProvider para o 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)
- Herança
-
TagHelperFeatureProvider
- Implementações
Construtores
TagHelperFeatureProvider() |
Um IApplicationFeatureProvider para o TagHelperFeature. |
Métodos
IncludePart(ApplicationPart) |
Inclua uma parte. |
IncludeType(TypeInfo) |
Inclua um tipo. |
PopulateFeature(IEnumerable<ApplicationPart>, TagHelperFeature) |
Atualizações a |