MvcCSharpDesignTimeCodeVisitor 类

定义

public ref class MvcCSharpDesignTimeCodeVisitor : Microsoft::AspNetCore::Razor::CodeGenerators::Visitors::CSharpDesignTimeCodeVisitor
public class MvcCSharpDesignTimeCodeVisitor : Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CSharpDesignTimeCodeVisitor
type MvcCSharpDesignTimeCodeVisitor = class
    inherit CSharpDesignTimeCodeVisitor
Public Class MvcCSharpDesignTimeCodeVisitor
Inherits CSharpDesignTimeCodeVisitor
继承

构造函数

MvcCSharpDesignTimeCodeVisitor(CSharpCodeVisitor, CSharpCodeWriter, CodeGeneratorContext)

属性

Context (继承自 ChunkVisitor<TWriter>)
CSharpCodeVisitor (继承自 CSharpDesignTimeCodeVisitor)
Writer (继承自 ChunkVisitor<TWriter>)

方法

Accept(Chunk)
Accept(IList<Chunk>) (继承自 ChunkVisitor<TWriter>)
AcceptTree(ChunkTree) (继承自 CSharpDesignTimeCodeVisitor)
AcceptTreeCore(ChunkTree)
Visit(AddTagHelperChunk) (继承自 CSharpDesignTimeCodeVisitor)
Visit(CodeAttributeChunk) (继承自 CodeVisitor<TWriter>)
Visit(DynamicCodeAttributeChunk) (继承自 CodeVisitor<TWriter>)
Visit(ExpressionBlockChunk) (继承自 CodeVisitor<TWriter>)
Visit(ExpressionChunk) (继承自 CodeVisitor<TWriter>)
Visit(LiteralChunk) (继承自 CodeVisitor<TWriter>)
Visit(LiteralCodeAttributeChunk) (继承自 CodeVisitor<TWriter>)
Visit(ParentChunk) (继承自 CodeVisitor<TWriter>)
Visit(ParentLiteralChunk) (继承自 CodeVisitor<TWriter>)
Visit(RemoveTagHelperChunk) (继承自 CSharpDesignTimeCodeVisitor)
Visit(SectionChunk) (继承自 CodeVisitor<TWriter>)
Visit(SetBaseTypeChunk) (继承自 CSharpDesignTimeCodeVisitor)
Visit(StatementChunk) (继承自 CodeVisitor<TWriter>)
Visit(TagHelperChunk) (继承自 CodeVisitor<TWriter>)
Visit(TagHelperPrefixDirectiveChunk) (继承自 CSharpDesignTimeCodeVisitor)
Visit(TemplateChunk) (继承自 CodeVisitor<TWriter>)
Visit(TypeMemberChunk) (继承自 CodeVisitor<TWriter>)
Visit(UsingChunk) (继承自 CodeVisitor<TWriter>)

适用于