FeatureTagHelperTypeResolver Class

Definition

Resolves tag helper types from the ApplicationParts of the application.

public ref class FeatureTagHelperTypeResolver : Microsoft::AspNetCore::Razor::Runtime::TagHelpers::TagHelperTypeResolver
public class FeatureTagHelperTypeResolver : Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperTypeResolver
type FeatureTagHelperTypeResolver = class
    inherit TagHelperTypeResolver
Public Class FeatureTagHelperTypeResolver
Inherits TagHelperTypeResolver
Inheritance
FeatureTagHelperTypeResolver

Constructors

FeatureTagHelperTypeResolver(ApplicationPartManager)

Initializes a new FeatureTagHelperTypeResolver instance.

Methods

GetExportedTypes(AssemblyName)

Returns all exported types from the given assemblyName

IsTagHelper(TypeInfo)

Indicates if a TypeInfo should be treated as a tag helper.

Resolve(String, SourceLocation, ErrorSink)

Locates valid ITagHelper types from the Assembly named name.

(Inherited from TagHelperTypeResolver)

Applies to