Compartilhar via


ITagHelperTypeResolver.Resolve(String, SourceLocation, ErrorSink) Método

Definição

Localiza tipos válidos ITagHelper do Assembly chamado name.

public:
 System::Collections::Generic::IEnumerable<Type ^> ^ Resolve(System::String ^ name, Microsoft::AspNetCore::Razor::SourceLocation documentLocation, Microsoft::AspNetCore::Razor::ErrorSink ^ errorSink);
public System.Collections.Generic.IEnumerable<Type> Resolve (string name, Microsoft.AspNetCore.Razor.SourceLocation documentLocation, Microsoft.AspNetCore.Razor.ErrorSink errorSink);
abstract member Resolve : string * Microsoft.AspNetCore.Razor.SourceLocation * Microsoft.AspNetCore.Razor.ErrorSink -> seq<Type>
Public Function Resolve (name As String, documentLocation As SourceLocation, errorSink As ErrorSink) As IEnumerable(Of Type)

Parâmetros

name
String

O nome de um Assembly a ser pesquisado.

documentLocation
SourceLocation

O SourceLocation do associado SyntaxTreeNode responsável pela chamada atual Resolve(String, SourceLocation, ErrorSink) .

errorSink
ErrorSink

O ErrorSink usado para registrar erros encontrados ao resolver ITagHelper tipos.

Retornos

Um IEnumerable<T> de tipos válidos ITagHelper .

Aplica-se a