CSharpCodeVisitor 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.
public ref class CSharpCodeVisitor : Microsoft::AspNetCore::Razor::CodeGenerators::Visitors::CodeVisitor<Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^>
public class CSharpCodeVisitor : Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CodeVisitor<Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter>
type CSharpCodeVisitor = class
inherit CodeVisitor<CSharpCodeWriter>
Public Class CSharpCodeVisitor
Inherits CodeVisitor(Of CSharpCodeWriter)
- Inheritance
Constructors
CSharpCodeVisitor(CSharpCodeWriter, CodeGeneratorContext) |
Properties
Context | (Inherited from ChunkVisitor<TWriter>) |
TagHelperRenderer | |
WriteAttributeValueMethodName |
Gets the method name used to generate |
WriteMethodName |
Method used to write an Object to the current output. |
Writer | (Inherited from ChunkVisitor<TWriter>) |
WriteToMethodName |
Method used to write an Object to a specified TextWriter. |