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.ApplicationParts of the application.
class TagHelperFeature
The list of tag helper types in an MVC application. The Microsoft.AspNetCore.Mvc.Razor.TagHelpers.TagHelperFeature can be populated using the Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager that is available during startup at Microsoft.Extensions.DependencyInjection.IMvcBuilder.PartManager and Microsoft.Extensions.DependencyInjection.IMvcCoreBuilder.PartManager or at a later stage by requiring the Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartManager as a dependency in a component.
class TagHelperFeatureProvider
Discovers tag helpers from a list of Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart instances.
class UrlResolutionTagHelper
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper implementation targeting elements containing attributes with URL expected values.