CSharpTagHelperAttributeValueVisitor Class
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.
CodeVisitor<TWriter> that writes code for a non-string tag helper
bound attribute value.
public ref class CSharpTagHelperAttributeValueVisitor : Microsoft::AspNetCore::Razor::CodeGenerators::Visitors::CodeVisitor<Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^>
public class CSharpTagHelperAttributeValueVisitor : Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CodeVisitor<Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter>
type CSharpTagHelperAttributeValueVisitor = class
inherit CodeVisitor<CSharpCodeWriter>
Public Class CSharpTagHelperAttributeValueVisitor
Inherits CodeVisitor(Of CSharpCodeWriter)
- Inheritance
Remarks
Since attribute value is not written out as HTML, does not emit instrumentation. Further this CodeVisitor<TWriter> writes identical code at design- and runtime.
Constructors
| CSharpTagHelperAttributeValueVisitor(CSharpCodeWriter, CodeGeneratorContext, String) |
Initializes a new instance of the CSharpTagHelperAttributeValueVisitor class. |
Properties
| Context | (Inherited from ChunkVisitor<TWriter>) |
| Writer | (Inherited from ChunkVisitor<TWriter>) |