Microsoft.AspNetCore.Mvc.Razor.TagHelpers Namespace¶
-
namespace
Microsoft.AspNetCore.Mvc.Razor.TagHelpers¶ Classes
- class
FeatureTagHelperTypeResolver - Resolves tag helper types from the
Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager.ApplicationPartsof the application. - class
TagHelperFeature - The list of tag helper types in an MVC application. The
Microsoft.AspNetCore.Mvc.Razor.TagHelpers.TagHelperFeaturecan be populated using theMicrosoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManagerthat is available during startup atMicrosoft.Extensions.DependencyInjection.IMvcBuilder.PartManagerandMicrosoft.Extensions.DependencyInjection.IMvcCoreBuilder.PartManageror at a later stage by requiring theMicrosoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManageras a dependency in a component. - class
TagHelperFeatureProvider - Discovers tag helpers from a list of
Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartinstances. - class
UrlResolutionTagHelper Microsoft.AspNetCore.Razor.TagHelpers.ITagHelperimplementation targeting elements containing attributes with URL expected values.
- class