Microsoft.AspNetCore.Razor.CodeGenerators.Visitors Namespace

namespace Microsoft.AspNetCore.Razor.CodeGenerators.Visitors

Interfaces

interface IChunkVisitor

Classes

class CSharpBaseTypeVisitor
class CSharpCodeVisitor
class CSharpDesignTimeCodeVisitor
class CSharpTagHelperAttributeValueVisitor
Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CodeVisitor`1 that writes code for a non-<xref uid=”langword_csharp_string” name=”string” href=”“></xref> tag helper bound attribute value.
class CSharpTagHelperFieldDeclarationVisitor
class CSharpTagHelperPropertyInitializationVisitor
The Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CodeVisitor`1 that generates the code to initialize the TagHelperRunner.
class CSharpTypeMemberVisitor
class CSharpUsingVisitor
class ChunkVisitor<TWriter>
class CodeVisitor<TWriter>