CodeVisitor<TWriter> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TWriter>
where TWriter : CodeWriterpublic ref class CodeVisitor : Microsoft::AspNetCore::Razor::CodeGenerators::Visitors::ChunkVisitor<TWriter>
C#
public class CodeVisitor<TWriter> : Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.ChunkVisitor<TWriter> where TWriter : CodeWriter
type CodeVisitor<'Writer (requires 'Writer :> CodeWriter)> = class
inherit ChunkVisitor<'Writer (requires 'Writer :> CodeWriter)>
Public Class CodeVisitor(Of TWriter)
Inherits ChunkVisitor(Of TWriter)
- TWriter
- Inheritance
- Derived
Context | (Inherited from ChunkVisitor<TWriter>) |
Writer | (Inherited from ChunkVisitor<TWriter>) |
Produk | Versi |
---|---|
ASP.NET Core | 1.0, 1.1 |