ChunkVisitor<TWriter>.Accept 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
Accept(Chunk) | |
Accept(IList<Chunk>) |
Accept(Chunk)
public:
virtual void Accept(Microsoft::AspNetCore::Razor::Chunks::Chunk ^ chunk);
public virtual void Accept (Microsoft.AspNetCore.Razor.Chunks.Chunk chunk);
abstract member Accept : Microsoft.AspNetCore.Razor.Chunks.Chunk -> unit
override this.Accept : Microsoft.AspNetCore.Razor.Chunks.Chunk -> unit
Public Overridable Sub Accept (chunk As Chunk)
Parameter
- chunk
- Chunk
Implementiert
Gilt für:
Accept(IList<Chunk>)
public:
virtual void Accept(System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::Chunks::Chunk ^> ^ chunks);
public void Accept (System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Chunks.Chunk> chunks);
abstract member Accept : System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Chunks.Chunk> -> unit
override this.Accept : System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.Chunks.Chunk> -> unit
Public Sub Accept (chunks As IList(Of Chunk))