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 | |
---|---|---|
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. | |
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