CSharpTagHelperAttributeValueVisitor Konstruktor

Definice

Inicializuje novou instanci CSharpTagHelperAttributeValueVisitor třídy.

public:
 CSharpTagHelperAttributeValueVisitor(Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ writer, Microsoft::AspNetCore::Razor::CodeGenerators::CodeGeneratorContext ^ context, System::String ^ attributeTypeName);
public CSharpTagHelperAttributeValueVisitor (Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter writer, Microsoft.AspNetCore.Razor.CodeGenerators.CodeGeneratorContext context, string attributeTypeName);
new Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CSharpTagHelperAttributeValueVisitor : Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter * Microsoft.AspNetCore.Razor.CodeGenerators.CodeGeneratorContext * string -> Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CSharpTagHelperAttributeValueVisitor
Public Sub New (writer As CSharpCodeWriter, context As CodeGeneratorContext, attributeTypeName As String)

Parametry

writer
CSharpCodeWriter

CSharpCodeWriterSlouží k psaní kódu.

context
CodeGeneratorContext

CodeGeneratorContextInstance, která obsahuje informace o aktuálním procesu generování kódu.

attributeTypeName
String

Úplný název vlastnosti, Type pro kterou se jedná o CSharpTagHelperAttributeValueVisitor zápis hodnoty

Platí pro