CSharpTagHelperAttributeValueVisitor Constructor

Definición

Inicializa una nueva instancia de la clase CSharpTagHelperAttributeValueVisitor.

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)

Parámetros

writer
CSharpCodeWriter

CSharpCodeWriterQue se usa para escribir código.

context
CodeGeneratorContext

CodeGeneratorContextInstancia de que contiene información sobre el proceso de generación de código actual.

attributeTypeName
String

Nombre completo de la propiedad Type para la que CSharpTagHelperAttributeValueVisitor está escribiendo el valor.

Se aplica a