CSharpTagHelperAttributeValueVisitor Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.