HelperCodeGenerator 类

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。表示帮助程序代码生成器。

public class HelperCodeGenerator : System.Web.Razor.Generator.BlockCodeGenerator
type HelperCodeGenerator = class
    inherit BlockCodeGenerator
Public Class HelperCodeGenerator
Inherits BlockCodeGenerator
继承
HelperCodeGenerator

构造函数

HelperCodeGenerator(LocationTagged<String>, Boolean)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。初始化 类的新实例HelperCodeGenerator

属性

Footer

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。获取或设置此代码的页脚。

HeaderComplete

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。获取或设置一个值,该值指示此代码的标头是否完整。

Signature

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。获取或设置此代码的签名。

方法

Equals(Object)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。确定指定的对象是否等于当前对象。

GenerateEndBlockCode(Block, CodeGeneratorContext)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。在代码后生成块。

GenerateStartBlockCode(Block, CodeGeneratorContext)

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。在代码前生成块。

GetHashCode()

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。获取当前实例的哈希代码。

ToString()

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。返回当前实例的字符串表示形式。

适用于