MvcCSharpChunkVisitor 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.
public ref class MvcCSharpChunkVisitor abstract : Microsoft::AspNetCore::Razor::CodeGenerators::Visitors::CodeVisitor<Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^>
C#
public abstract class MvcCSharpChunkVisitor : Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CodeVisitor<Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter>
type MvcCSharpChunkVisitor = class
inherit CodeVisitor<CSharpCodeWriter>
Public MustInherit Class MvcCSharpChunkVisitor
Inherits CodeVisitor(Of CSharpCodeWriter)
- Inheritance
- Derived
Context | (Inherited from ChunkVisitor<TWriter>) |
Writer | (Inherited from ChunkVisitor<TWriter>) |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1 |