CSharpTagHelperAttributeValueVisitor Constructor

Definition

Initializes a new instance of the CSharpTagHelperAttributeValueVisitor class.

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)

Parameters

writer
CSharpCodeWriter

The CSharpCodeWriter used to write code.

context
CodeGeneratorContext

A CodeGeneratorContext instance that contains information about the current code generation process.

attributeTypeName
String

Full name of the property Type for which this CSharpTagHelperAttributeValueVisitor is writing the value.

Applies to