CSharpTagHelperAttributeValueVisitor Klasa

Definicja

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

public ref class CSharpTagHelperAttributeValueVisitor : Microsoft::AspNetCore::Razor::CodeGenerators::Visitors::CodeVisitor<Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^>
public class CSharpTagHelperAttributeValueVisitor : Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CodeVisitor<Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter>
type CSharpTagHelperAttributeValueVisitor = class
    inherit CodeVisitor<CSharpCodeWriter>
Public Class CSharpTagHelperAttributeValueVisitor
Inherits CodeVisitor(Of CSharpCodeWriter)
Dziedziczenie
CSharpTagHelperAttributeValueVisitor

Uwagi

Ponieważ wartość atrybutu nie jest zapisywana jako HTML, nie emituje instrumentacji. Ponadto zapisuje identyczny CodeVisitor<TWriter> kod w środowisku projektowym i uruchomieniowym.

Konstruktory

CSharpTagHelperAttributeValueVisitor(CSharpCodeWriter, CodeGeneratorContext, String)

Inicjuje nowe wystąpienie klasy CSharpTagHelperAttributeValueVisitor.

Właściwości

Context

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po ChunkVisitor<TWriter>)
Writer

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po ChunkVisitor<TWriter>)

Metody

Accept(Chunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po ChunkVisitor<TWriter>)
Accept(IList<Chunk>)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po ChunkVisitor<TWriter>)
Visit(AddTagHelperChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)
Visit(CodeAttributeChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)
Visit(DynamicCodeAttributeChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)
Visit(ExpressionBlockChunk)

Zapisuje kod dla danego chunkpliku .

Visit(ExpressionChunk)

Zapisuje kod dla danego chunkpliku .

Visit(LiteralChunk)

Zapisuje kod dla danego chunkpliku .

Visit(LiteralCodeAttributeChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)
Visit(ParentChunk)

Zapisuje kod dla danego chunkpliku .

Visit(ParentLiteralChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

Visit(RemoveTagHelperChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)
Visit(SectionChunk)

Zapisuje kod dla danego chunkpliku .

Visit(SetBaseTypeChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)
Visit(StatementChunk)

Zapisuje kod dla danego chunkpliku .

Visit(TagHelperChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)
Visit(TagHelperPrefixDirectiveChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)
Visit(TemplateChunk)

Zapisuje kod dla danego chunkpliku .

Visit(TypeMemberChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)
Visit(UsingChunk)

CodeVisitor<TWriter> , który zapisuje kod dla wartości atrybutu powiązanegostring bez tagu.

(Odziedziczone po CodeVisitor<TWriter>)

Dotyczy