共用方式為


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>)

適用於