IBlockCodeGenerator Interface

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the IBlockCodeGenerator for the webpages.

public interface IBlockCodeGenerator
type IBlockCodeGenerator = interface
Public Interface IBlockCodeGenerator
Derived

Methods

GenerateEndBlockCode(Block, CodeGeneratorContext)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the end block code for the razor.

GenerateStartBlockCode(Block, CodeGeneratorContext)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates the start block code for the razor.

Applies to