Microsoft.AspNetCore.Razor.Compilation.TagHelpers Namespace

namespace Microsoft.AspNetCore.Razor.Compilation.TagHelpers

Interfaces

interface ITagHelperDescriptorResolver
Contract used to resolve Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptors.

Classes

class TagHelperAttributeDescriptor
A metadata class describing a tag helper attribute.
class TagHelperAttributeDesignTimeDescriptor
A metadata class containing information about tag helper use.
class TagHelperDescriptor
A metadata class describing a tag helper.
class TagHelperDescriptorComparer
An System.Collections.Generic.IEqualityComparer`1 used to check equality between two Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptors.
class TagHelperDescriptorProvider
Enables retrieval of Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor‘s.
class TagHelperDescriptorResolutionContext
Contains information needed to resolve Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptors.
class TagHelperDesignTimeDescriptor
A metadata class containing design time information about a tag helper.
class TagHelperDirectiveDescriptor
Contains information needed to resolve Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptors.
class TagHelperRequiredAttributeDescriptor
A metadata class describing a required tag helper attribute.
class TagHelperRequiredAttributeDescriptorComparer
An System.Collections.Generic.IEqualityComparer`1 used to check equality between two Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperRequiredAttributeDescriptors.
class TypeBasedTagHelperDescriptorComparer
An System.Collections.Generic.IEqualityComparer`1 that checks equality between two Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptors using only their Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor.AssemblyNames and Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor.TypeNames.

Enumerations

enum TagHelperDirectiveType
The type of tag helper directive.
enum TagHelperRequiredAttributeNameComparison
Acceptable Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperRequiredAttributeDescriptor.Name comparison modes.
enum TagHelperRequiredAttributeValueComparison
Acceptable Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperRequiredAttributeDescriptor.Value comparison modes.