IBlockCodeGenerator Interface

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.

Namespace:  System.Web.Razor.Generator
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Interface IBlockCodeGenerator
'Usage
Dim instance As IBlockCodeGenerator
public interface IBlockCodeGenerator
public interface class IBlockCodeGenerator
type IBlockCodeGenerator =  interface end
public interface IBlockCodeGenerator

The IBlockCodeGenerator type exposes the following members.

Methods

  Name Description
Public method GenerateEndBlockCode 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.
Public method GenerateStartBlockCode 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.

Top

See Also

Reference

System.Web.Razor.Generator Namespace