CodeVisitor<TWriter>.Visit Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Visit(TemplateChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::TemplateChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.TemplateChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.TemplateChunk -> unit
Protected Overrides Sub Visit (chunk As TemplateChunk)
Parameter
- chunk
- TemplateChunk
Gilt für:
Visit(TagHelperPrefixDirectiveChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::TagHelperPrefixDirectiveChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.TagHelperPrefixDirectiveChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.TagHelperPrefixDirectiveChunk -> unit
Protected Overrides Sub Visit (chunk As TagHelperPrefixDirectiveChunk)
Parameter
Gilt für:
Visit(TagHelperChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::TagHelperChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.TagHelperChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.TagHelperChunk -> unit
Protected Overrides Sub Visit (chunk As TagHelperChunk)
Parameter
- chunk
- TagHelperChunk
Gilt für:
Visit(StatementChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::StatementChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.StatementChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.StatementChunk -> unit
Protected Overrides Sub Visit (chunk As StatementChunk)
Parameter
- chunk
- StatementChunk
Gilt für:
Visit(SetBaseTypeChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::SetBaseTypeChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.SetBaseTypeChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.SetBaseTypeChunk -> unit
Protected Overrides Sub Visit (chunk As SetBaseTypeChunk)
Parameter
- chunk
- SetBaseTypeChunk
Gilt für:
Visit(SectionChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::SectionChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.SectionChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.SectionChunk -> unit
Protected Overrides Sub Visit (chunk As SectionChunk)
Parameter
- chunk
- SectionChunk
Gilt für:
Visit(RemoveTagHelperChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::RemoveTagHelperChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.RemoveTagHelperChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.RemoveTagHelperChunk -> unit
Protected Overrides Sub Visit (chunk As RemoveTagHelperChunk)
Parameter
- chunk
- RemoveTagHelperChunk
Gilt für:
Visit(TypeMemberChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::TypeMemberChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.TypeMemberChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.TypeMemberChunk -> unit
Protected Overrides Sub Visit (chunk As TypeMemberChunk)
Parameter
- chunk
- TypeMemberChunk
Gilt für:
Visit(ParentLiteralChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::ParentLiteralChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.ParentLiteralChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.ParentLiteralChunk -> unit
Protected Overrides Sub Visit (chunk As ParentLiteralChunk)
Parameter
- chunk
- ParentLiteralChunk
Gilt für:
Visit(LiteralCodeAttributeChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::LiteralCodeAttributeChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.LiteralCodeAttributeChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.LiteralCodeAttributeChunk -> unit
Protected Overrides Sub Visit (chunk As LiteralCodeAttributeChunk)
Parameter
Gilt für:
Visit(LiteralChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::LiteralChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.LiteralChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.LiteralChunk -> unit
Protected Overrides Sub Visit (chunk As LiteralChunk)
Parameter
- chunk
- LiteralChunk
Gilt für:
Visit(ExpressionChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::ExpressionChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.ExpressionChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.ExpressionChunk -> unit
Protected Overrides Sub Visit (chunk As ExpressionChunk)
Parameter
- chunk
- ExpressionChunk
Gilt für:
Visit(ExpressionBlockChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::ExpressionBlockChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.ExpressionBlockChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.ExpressionBlockChunk -> unit
Protected Overrides Sub Visit (chunk As ExpressionBlockChunk)
Parameter
- chunk
- ExpressionBlockChunk
Gilt für:
Visit(DynamicCodeAttributeChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::DynamicCodeAttributeChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.DynamicCodeAttributeChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.DynamicCodeAttributeChunk -> unit
Protected Overrides Sub Visit (chunk As DynamicCodeAttributeChunk)
Parameter
Gilt für:
Visit(CodeAttributeChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::CodeAttributeChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.CodeAttributeChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.CodeAttributeChunk -> unit
Protected Overrides Sub Visit (chunk As CodeAttributeChunk)
Parameter
- chunk
- CodeAttributeChunk
Gilt für:
Visit(AddTagHelperChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::AddTagHelperChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.AddTagHelperChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.AddTagHelperChunk -> unit
Protected Overrides Sub Visit (chunk As AddTagHelperChunk)
Parameter
- chunk
- AddTagHelperChunk
Gilt für:
Visit(ParentChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::ParentChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.ParentChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.ParentChunk -> unit
Protected Overrides Sub Visit (chunk As ParentChunk)
Parameter
- chunk
- ParentChunk
Gilt für:
Visit(UsingChunk)
protected:
override void Visit(Microsoft::AspNetCore::Razor::Chunks::UsingChunk ^ chunk);
protected override void Visit (Microsoft.AspNetCore.Razor.Chunks.UsingChunk chunk);
override this.Visit : Microsoft.AspNetCore.Razor.Chunks.UsingChunk -> unit
Protected Overrides Sub Visit (chunk As UsingChunk)
Parameter
- chunk
- UsingChunk